diff options
Diffstat (limited to 'debian/_base/core')
-rwxr-xr-x | debian/_base/core/tdegraphics/debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/_base/core/tdegraphics/debian/rules b/debian/_base/core/tdegraphics/debian/rules index d29cd5566..5598266c2 100755 --- a/debian/_base/core/tdegraphics/debian/rules +++ b/debian/_base/core/tdegraphics/debian/rules @@ -26,9 +26,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_ALL="ON" \ - -DWITH_TIFF="ON" \ - -DWITH_OPENEXR="ON" \ - -DWITH_PDF="ON" + -DWITH_ALL_OPTIONS="ON" DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg |