diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-21 09:50:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-21 09:50:53 +0100 |
commit | 5798ef81c42eef265fbb7b2d75fb7c748d911e2e (patch) | |
tree | d2cacac92b08905e46c2651548d80aa224588e17 /ubuntu/maverick/tdelibs/debian | |
parent | 8ef08c291a206aca812369791bddd0ee33479186 (diff) | |
download | tde-packaging-5798ef81c42eef265fbb7b2d75fb7c748d911e2e.tar.gz tde-packaging-5798ef81c42eef265fbb7b2d75fb7c748d911e2e.zip |
Removed non-existent build options for tdelibs on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules index a808f3e2e..80416daea 100755 --- a/ubuntu/maverick/tdelibs/debian/rules +++ b/ubuntu/maverick/tdelibs/debian/rules @@ -27,9 +27,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DSYSCONF_INSTALL_DIR="/etc/trinity" \ -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" \ -DCMAKE_INCLUDE_PATH="/opt/trinity/include" \ - -DAUTODETECT_QT_DIRS="ON" \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DBUILD_ALL="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DWITH_GCC_VISIBILITY="ON" \ -DWITH_LIBART="ON" \ |