diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:14:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:16:13 +0200 |
commit | c526db419dbbe13ce103f6cf4dab723664e54dbf (patch) | |
tree | 415a12815df30f9af37278ae5c7fd0611d798c95 /ubuntu/maverick/tdenetwork/debian/rules | |
parent | 2bccc67f69c937e4db4e12f77182be57dbbb9a6a (diff) | |
download | tde-packaging-c526db419dbbe13ce103f6cf4dab723664e54dbf.tar.gz tde-packaging-c526db419dbbe13ce103f6cf4dab723664e54dbf.zip |
Removed unused build option WITH_WEBCAM in tdenetwork on Debian and Ubuntu
Fix valgrind dependency for mips in tdenetwork
Diffstat (limited to 'ubuntu/maverick/tdenetwork/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdenetwork/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdenetwork/debian/rules b/ubuntu/maverick/tdenetwork/debian/rules index 0547a69be..51643631e 100755 --- a/ubuntu/maverick/tdenetwork/debian/rules +++ b/ubuntu/maverick/tdenetwork/debian/rules @@ -36,7 +36,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DBUILD_ALL="ON" \ - -DWITH_WEBCAM="ON" \ -DWITH_ARTS="ON" \ -DWITH_SLP="ON" \ -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ |