summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqtinterface/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-09-11 02:50:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-11 02:50:40 +0200
commit4d840737b301cf320555f00712a6a0a34d363c74 (patch)
tree64e4f7c784fa651c013ed839812851892a591491 /ubuntu/maverick/dependencies/tqtinterface/debian
parentbb823b0ad2099c9c1d749d268b54ccce94794b70 (diff)
downloadtde-packaging-4d840737b301cf320555f00712a6a0a34d363c74.tar.gz
tde-packaging-4d840737b301cf320555f00712a6a0a34d363c74.zip
DEB tqtinterface: Cleanup unused cmake build options
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/dependencies/tqtinterface/debian')
-rwxr-xr-xubuntu/maverick/dependencies/tqtinterface/debian/rules8
1 files changed, 6 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/rules b/ubuntu/maverick/dependencies/tqtinterface/debian/rules
index f8de8325a..eb10e465b 100755
--- a/ubuntu/maverick/dependencies/tqtinterface/debian/rules
+++ b/ubuntu/maverick/dependencies/tqtinterface/debian/rules
@@ -11,8 +11,12 @@ DEB_KDE_APIDOX := yes
version=Debian Package $(DEB_VERSION)
DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
-DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \
--DCMAKE_BUILD_TYPE=RelWithDebInfo
+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[,.]" \
&& echo xz || echo bzip2)