[Lunar-commits] <moonbase-other> bluez: Adjusting BUILD. The --build=$BUILD and --host=$BUILD are not needed.

Dennis Veatch stumbles at lunar-linux.org
Tue Jul 10 21:14:40 CEST 2012


commit 61183b727cb1ce074d83e726c73ae28b51801458
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 12:14:40 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/61183b727cb1ce074d83e726c73ae28b51801458

bluez: Adjusting BUILD. The --build=$BUILD and --host=$BUILD are not needed.

Adding a couple more mqueries to CONFIGURE and removing an optional_depends.
---
  bluetooth/bluez/BUILD                                        +1/-1     
  bluetooth/bluez/CONFIGURE                                    +2/-0     
  bluetooth/bluez/DEPENDS                                      +0/-1     
  3 files changed, 3 insertions (+), 2 deletions (-)

--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -1,6 +1,6 @@
 (  
 
-  OPTS+=" --build=$BUILD --host=$BUILD --with-telephony=dummy" &&
+  OPTS+=" --with-telephony=dummy" &&
 
   default_build  &&
 
--- a/bluetooth/bluez/CONFIGURE
+++ b/bluetooth/bluez/CONFIGURE
@@ -11,3 +11,5 @@ mquery SAP "Enable SAP plugin?" y "--enable-sap" "--disable-sap"
 mquery PNAT "Enable PNAT plugin?" y "--enable-pnat" "--disable-pnat"
 mquery OOB "Compile with D-Bus OOB plugin?" y "--enable-dbusoob" "--disable-dbusoob"
 mquery WIIMOTE "Enable Wii Remote plugin?" y "--enable-wiimote" "--disable-wiimote"
+mquery GATT "Enable gatt module?" y "--enable-gatt" "--disable-gatt"
+mquery HEALTH "Enable health plugin?" y "--enable-health" "--disable-health"
--- a/bluetooth/bluez/DEPENDS
+++ b/bluetooth/bluez/DEPENDS
@@ -3,7 +3,6 @@ depends psmisc
 
 optional_depends "%UDEV"        "" "" "for udev support"
 optional_depends "libusb"       "--enable-usb"       "--disable-usb"       "for USB support"
-optional_depends "libcap-ng"    "--enable-capng"     ""      "To determine capabilities"
 optional_depends "gstreamer-10" "--enable-gstreamer" "--disable-gstreamer" "For gstreamer support"
 optional_depends "alsa-lib"     "--enable-alsa"      "--disable-alsa"      "to enable alsa sound support"
 optional_depends "cups"         "--enable-cups"      "--disable-cups"      "to enable cups printing support"




More information about the Lunar-commits mailing list