diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-14 03:53:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-14 03:53:30 +0200 |
commit | 0fda9ebecf4f4892468aab374e87dc029da5b6e1 (patch) | |
tree | 01d68388724fda2ae09a0f15d9197bb098cbac01 | |
parent | 9e82e241298bb51e278618a061b383dbc2f3a660 (diff) | |
download | tde-packaging-0fda9ebecf4f4892468aab374e87dc029da5b6e1.tar.gz tde-packaging-0fda9ebecf4f4892468aab374e87dc029da5b6e1.zip |
Enable WITH_LIBUSB in tdebase on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-x | debian/lenny/tdebase/debian/rules | 1 | ||||
-rwxr-xr-x | debian/squeeze/tdebase/debian/rules | 1 | ||||
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/rules | 1 |
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" \ |