diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-07 22:47:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-07 22:51:28 +0200 |
commit | 2e8746cd67f76d7fa4d5a0eaeb595bd8949d8a70 (patch) | |
tree | f399bd88b386fae48c501b96b9fb5040f01c655b /ubuntu/_base/dependencies | |
parent | 138e433683e658b17be2909a4a2b37ac7d6a915a (diff) | |
download | tde-packaging-2e8746cd67f76d7fa4d5a0eaeb595bd8949d8a70.tar.gz tde-packaging-2e8746cd67f76d7fa4d5a0eaeb595bd8949d8a70.zip |
DEB tqtinterface: Remove the BUILD_ALL option because it is not used for tqtinterface.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7b59ba5e8916c454a863afdaeb40b27b6e8504ec)
Diffstat (limited to 'ubuntu/_base/dependencies')
-rwxr-xr-x | ubuntu/_base/dependencies/tqtinterface/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/tqtinterface/debian/rules b/ubuntu/_base/dependencies/tqtinterface/debian/rules index b5a2bb51d..135e9455a 100755 --- a/ubuntu/_base/dependencies/tqtinterface/debian/rules +++ b/ubuntu/_base/dependencies/tqtinterface/debian/rules @@ -15,7 +15,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_INSTALL_PREFIX="/usr" \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DBUILD_ALL="ON" \ -DWITH_QT3="ON" DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ |