[Lunar-commits] r21594 - moonbase/trunk/utils/pilot-link

Terry Chan tchan at lunar-linux.org
Wed Sep 27 06:24:07 UTC 2006


Author: tchan
Date: 2006-09-27 06:24:06 +0000 (Wed, 27 Sep 2006)
New Revision: 21594

Added:
   moonbase/trunk/utils/pilot-link/DEPENDS
Modified:
   moonbase/trunk/utils/pilot-link/BUILD
Log:
Fixed this to correctly build the pilot-conduits now. Added some
optional_depends that allow users to choose PNG and the faster libusb
support.


Modified: moonbase/trunk/utils/pilot-link/BUILD
===================================================================
--- moonbase/trunk/utils/pilot-link/BUILD	2006-09-27 04:30:00 UTC (rev 21593)
+++ moonbase/trunk/utils/pilot-link/BUILD	2006-09-27 06:24:06 UTC (rev 21594)
@@ -3,7 +3,7 @@
   # this hack is needed at pilot-link has a brain-dead configure file that
   # insists on setting -Werror and doesn't respect the --disable-compiler-werror flag
   bad_flags -Werror &&
-  OPTS="$OPTS --with-readline --with-perl --with-python" &&
+  OPTS="$OPTS --enable-conduits --with-libpng=/usr --with-readline --with-perl --with-python" &&
   default_build
 
 ) > $C_FIFO 2>&1

Added: moonbase/trunk/utils/pilot-link/DEPENDS
===================================================================
--- moonbase/trunk/utils/pilot-link/DEPENDS	                        (rev 0)
+++ moonbase/trunk/utils/pilot-link/DEPENDS	2006-09-27 06:24:06 UTC (rev 21594)
@@ -0,0 +1,2 @@
+optional_depends "libusb" "--enable-libusb" "--disable_libusb" "Enables faster syncing" &&
+optional_depends "libpng" "--with-libpng=/usr" "--without-libpng" "Enables PNG userland support"



More information about the Lunar-commits mailing list