[Lunar-commits] <moonbase> pilot-link, libipc: use libusb-compat instead of libusb.
Florin Braescu
florin at lunar-linux.org
Thu Aug 13 14:28:56 CEST 2009
commit 9f0fb03e7b91e48f2c9e8f96be1bbb2335cc1093
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Aug 13 15:28:56 2009 +0300
pilot-link, libipc: use libusb-compat instead of libusb.
---
utils/pilot-link/DEPENDS | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS
index ec1efa9..58b5a78 100644
--- a/utils/pilot-link/DEPENDS
+++ b/utils/pilot-link/DEPENDS
@@ -1,5 +1,4 @@
optional_depends "popt" "" "--with-included-popt" "defaults to system popt"
-optional_depends "libusb" "--enable-libusb" "--disable_libusb" "Enables faster syncing"
optional_depends "libpng" "--with-libpng=/usr" "--without-libpng" "Enables PNG userland support"
optional_depends "Python" "--with-python" "--without-python" "for Python scripting support"
optional_depends "perl" "--with-perl" "--without-perl" "for perl scripting support"
@@ -9,3 +8,5 @@ optional_depends "tcl" "--with-tcl=/usr/lib --with-tclinclude=/usr/incl
optional_depends "%BLUETOOTH" "--with-bluez" "--without-bluez" "for bluetooth support"
optional_depends "%JAVA_SDK" "--with-java=$JAVA_HOME" "--without-java" "for java support"
+
+optional_depends "libusb-compat" "--enable-libusb" "--disable_libusb" "Enables faster syncing"
More information about the Lunar-commits
mailing list