summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2009-09-27 18:48:08 -0500
committerDavid Kowis2009-09-27 18:48:08 -0500
commit462f269e1897e853dde5d5babd6e57508e56146b (patch)
tree3d8f9067e9254086a81772c79cca97192459c3c5
parentea47aa53a3cfc9cb02a2848ff29044ee899205e6 (diff)
bluez: improved spell's configuration
-rwxr-xr-xutils/bluez/BUILD2
-rwxr-xr-xutils/bluez/CONFIGURE10
-rwxr-xr-xutils/bluez/DEPENDS7
-rw-r--r--utils/bluez/HISTORY5
4 files changed, 23 insertions, 1 deletions
diff --git a/utils/bluez/BUILD b/utils/bluez/BUILD
new file mode 100755
index 0000000000..0b6c3d4525
--- /dev/null
+++ b/utils/bluez/BUILD
@@ -0,0 +1,2 @@
+OPTS="$BLUEZOPTS $OPTS" &&
+default_build
diff --git a/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
new file mode 100755
index 0000000000..c603e9d5a6
--- /dev/null
+++ b/utils/bluez/CONFIGURE
@@ -0,0 +1,10 @@
+config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
+config_query_option BLUEZOPTS "Build NETLINK support?" n "--enable-netlink" "--disable-netlink" &&
+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 "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 manual pages?" y "--enable-manpages" "--disable-manpages" &&
+config_query_option BLUEZOPTS "Install Bluetooth configuration files?" n "--enable-configfiles" "--disable-configfiles"
diff --git a/utils/bluez/DEPENDS b/utils/bluez/DEPENDS
index 07ce5244c5..fe5c416141 100755
--- a/utils/bluez/DEPENDS
+++ b/utils/bluez/DEPENDS
@@ -26,4 +26,9 @@ optional_depends gstreamer \
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "use gtk-doc to build documentation"
+ "use gtk-doc to build documentation" &&
+
+optional_depends udev \
+ "--enable-udevrules" \
+ "--disable-udevrules" \
+ "install the udev rules"
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
index a24fa0cdc9..40b7a0356e 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,8 @@
+2009-09-27 David Kowis <dkowis@shlrm.org>
+ * CONFIGURE: ask various questions to install good stuff
+ * DEPENDS: include udev for installing the udev rules
+ * BUILD: applied the configuration options
+
2009-08-15 Arjan Bouter <abouter@sourcemage.org>
* PROVIDES: added as BLUEZ provider