summaryrefslogtreecommitdiffstats
path: root/utils/bluez/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bluez/CONFIGURE')
-rwxr-xr-xutils/bluez/CONFIGURE27
1 files changed, 22 insertions, 5 deletions
diff --git a/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
index 6400bec051..cf0d9ebe6f 100755
--- a/utils/bluez/CONFIGURE
+++ b/utils/bluez/CONFIGURE
@@ -1,8 +1,25 @@
-config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
-config_query_option BLUEZOPTS "Build PCMCIA serial script?" n "--enable-pcmcia" "--disable-pcmcia" &&
-config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool" &&
+config_query_option BLUEZOPTS "Enable debug information?" n "--enable-debug" "--disable-debug" &&
config_query_option BLUEZOPTS "Build HID daemon?" n "--enable-hidd" "--disable-hidd" &&
config_query_option BLUEZOPTS "Build PAN daemon?" n "--enable-pand" "--disable-pand" &&
config_query_option BLUEZOPTS "Build DUN daemon?" n "--enable-dund" "--disable-dund" &&
-config_query_option BLUEZOPTS "Build test progams?" n "--enable-test" "--disable-test" &&
-config_query_option BLUEZOPTS "Install Bluetooth configuration files?" n "--enable-configfiles" "--disable-configfiles"
+config_query_option BLUEZOPTS "Build Tracing daemon?" n "--enable-tracer" "--disable-tracer" &&
+config_query_option BLUEZOPTS "Build the utilities?" y "--enable-tools" "--disable-tools" &&
+config_query_option BLUEZOPTS "Build the test progams?" n "--enable-test" "--disable-test" &&
+config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
+config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool" &&
+config_query_option BLUEZOPTS "Build BCCMD interface utility?" n "--enable-bccmd" "--disable-bccmd" &&
+config_query_option BLUEZOPTS "Install Bluetooth configuration files?" y "--enable-configfiles" "--disable-configfiles" &&
+config_query_option BLUEZOPTS "Install udev rules?" y "--enable-udevrules" "--disable-udevrules" &&
+config_query_option BLUEZOPTS "Install PCMCIA serial script?" n "--enable-pcmcia" "--disable-pcmcia" &&
+config_query_option BLUEZOPTS "Build the input plugin?" n "--enable-input" "--disable-input" &&
+config_query_option BLUEZOPTS "Build the network plugin?" n "--enable-network" "--disable-network" &&
+config_query_option BLUEZOPTS "Build the sap plugin?" n "--enable-sap" "--disable-sap" &&
+config_query_option BLUEZOPTS "Build the serial plugin?" n "--enable-serial" "--disable-serial" &&
+config_query_option BLUEZOPTS "Build the audio plugin?" n "--enable-audio" "--disable-audio" &&
+config_query_option BLUEZOPTS "Build the service plugin?" n "--enable-service" "--disable-service" &&
+config_query_option BLUEZOPTS "Build the health plugin?" n "--enable-health" "--disable-health" &&
+config_query_option BLUEZOPTS "Build the pnat plugin?" n "--enable-pnat" "--disable-pnat" &&
+config_query_option BLUEZOPTS "Build the GATT example plugin?" n "--enable-gatt-example" "--disable-gatt-example" &&
+config_query_option BLUEZOPTS "Build the maemo6 plugin?" n "--enable-maemo6" "--disable-maemo6" &&
+config_query_option BLUEZOPTS "Build the D-Bus OOB plugin?" n "--enable-dbusoob" "--disable-dbusoob"
+