Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (462f269e1897e853dde5d5babd6e57508e56146b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (462f269e1897e853dde5d5babd6e57508e56146b)
  • Date: Sun, 27 Sep 2009 18:48:36 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

utils/bluez/BUILD | 2 ++
utils/bluez/CONFIGURE | 10 ++++++++++
utils/bluez/DEPENDS | 7 ++++++-
utils/bluez/HISTORY | 5 +++++
4 files changed, 23 insertions(+), 1 deletion(-)

New commits:
commit 462f269e1897e853dde5d5babd6e57508e56146b
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

bluez: improved spell's configuration

diff --git a/utils/bluez/BUILD b/utils/bluez/BUILD
new file mode 100755
index 0000000..0b6c3d4
--- /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 0000000..c603e9d
--- /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 07ce524..fe5c416 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 a24fa0c..40b7a03 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,8 @@
+2009-09-27 David Kowis <dkowis AT 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 AT sourcemage.org>
* PROVIDES: added as BLUEZ provider




  • [SM-Commit] GIT changes to master grimoire by David Kowis (462f269e1897e853dde5d5babd6e57508e56146b), David Kowis, 09/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page