summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-14 03:53:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-14 03:54:34 +0200
commit25fe3066be66fcadd5c49ca7934f36da91ab1d12 (patch)
tree8eb116d717eb86bde45f36fe1c3dbdb913c94749
parentb54acaf8206828eb1fdfaa50780bcb2e9ac89353 (diff)
downloadtde-packaging-25fe3066be66fcadd5c49ca7934f36da91ab1d12.tar.gz
tde-packaging-25fe3066be66fcadd5c49ca7934f36da91ab1d12.zip
Enable WITH_LIBUSB in tdebase on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0fda9ebecf4f4892468aab374e87dc029da5b6e1)
-rwxr-xr-xdebian/lenny/tdebase/debian/rules1
-rwxr-xr-xdebian/squeeze/tdebase/debian/rules1
-rwxr-xr-xubuntu/maverick/tdebase/debian/rules1
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/lenny/tdebase/debian/rules b/debian/lenny/tdebase/debian/rules
index 6d9265977..31b76c528 100755
--- a/debian/lenny/tdebase/debian/rules
+++ b/debian/lenny/tdebase/debian/rules
@@ -44,6 +44,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="OFF" \
-DWITH_LDAP="ON" \
-DWITH_SAMBA="ON" \
+ -DWITH_LIBUSB="ON" \
-DWITH_LIBRAW1394="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_XCOMPOSITE="ON" \
diff --git a/debian/squeeze/tdebase/debian/rules b/debian/squeeze/tdebase/debian/rules
index 8d6c84f8e..e8502d281 100755
--- a/debian/squeeze/tdebase/debian/rules
+++ b/debian/squeeze/tdebase/debian/rules
@@ -44,6 +44,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="OFF" \
-DWITH_LDAP="ON" \
-DWITH_SAMBA="ON" \
+ -DWITH_LIBUSB="ON" \
-DWITH_LIBRAW1394="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_XCOMPOSITE="ON" \
diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules
index 43ab682d0..84da82e43 100755
--- a/ubuntu/maverick/tdebase/debian/rules
+++ b/ubuntu/maverick/tdebase/debian/rules
@@ -44,6 +44,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="ON" \
-DWITH_LDAP="ON" \
-DWITH_SAMBA="ON" \
+ -DWITH_LIBUSB="ON" \
-DWITH_LIBRAW1394="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_XCOMPOSITE="ON" \