summaryrefslogtreecommitdiffstats
path: root/utils/bluez/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bluez/CONFIGURE')
-rwxr-xr-xutils/bluez/CONFIGURE7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
index 996eb2fe38..f6ec9fef35 100755
--- a/utils/bluez/CONFIGURE
+++ b/utils/bluez/CONFIGURE
@@ -2,7 +2,6 @@ config_query_option BLUEZOPTS "Enable debug information?" n "--enable-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 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 programs?" n "--enable-test" "--disable-test" &&
config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
@@ -19,7 +18,7 @@ config_query_option BLUEZOPTS "Build the audio plugin?" n "--enable-audio" "--di
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 GATT plugin?" n "--enable-gatt" "--disable-gatt" &&
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"
-
+config_query_option BLUEZOPTS "Build the D-Bus OOB plugin?" n "--enable-dbusoob" "--disable-dbusoob" &&
+config_query_option BLUEZOPTS "Build the Wii Remote plugin?" n "--enable-wiimote" "--disable-wiimote"