From 61183b727cb1ce074d83e726c73ae28b51801458 Mon Sep 17 00:00:00 2001 From: Dennis Veatch Date: Tue, 10 Jul 2012 15:14:40 -0400 Subject: [PATCH] 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 | 2 +- bluetooth/bluez/CONFIGURE | 2 ++ bluetooth/bluez/DEPENDS | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index c42b96b9e54..4c09aaffff4 100644 --- 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 && diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE index cd62dadaf71..30124d8ffa6 100644 --- 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" diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS index 0773118f8d3..a2831198e5f 100644 --- 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"