diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-20 16:59:26 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-20 16:59:26 +0100 |
| commit | 30ce8ab7c4c50c735ea2ede9922b938dfcfd77fa (patch) | |
| tree | 489e47428b31ec57a09fe4b5d998741eda339b27 | |
| parent | f187a33f404c7c14ba46fabe43a49c34ac5e92ce (diff) | |
| download | tde-packaging-30ce8ab7c4c50c735ea2ede9922b938dfcfd77fa.tar.gz tde-packaging-30ce8ab7c4c50c735ea2ede9922b938dfcfd77fa.zip | |
DEB tdegraphics: Use WITH_ALL_OPTIONS.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rwxr-xr-x | debian/_base/core/tdegraphics/debian/rules | 4 | ||||
| -rwxr-xr-x | dilos/core/tdegraphics/debian/rules | 4 | ||||
| -rwxr-xr-x | ubuntu/_base/core/tdegraphics/debian/rules | 4 |
3 files changed, 3 insertions, 9 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 diff --git a/dilos/core/tdegraphics/debian/rules b/dilos/core/tdegraphics/debian/rules index 316afdc09..2b82437ac 100755 --- a/dilos/core/tdegraphics/debian/rules +++ b/dilos/core/tdegraphics/debian/rules @@ -25,9 +25,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" \ -DCMAKE_C_COMPILER=gcc \ -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" diff --git a/ubuntu/_base/core/tdegraphics/debian/rules b/ubuntu/_base/core/tdegraphics/debian/rules index d29cd5566..5598266c2 100755 --- a/ubuntu/_base/core/tdegraphics/debian/rules +++ b/ubuntu/_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 |
