[Lunar-commits] <moonbase-other> bluez-5: a couple of tweaks I forgot on the last commit
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 17:32:31 CEST 2014
commit 54a0cb62c5efb3b24d9f37d1ce6f6725cdeda0b7
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 11:31:57 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/54a0cb62c5efb3b24d9f37d1ce6f6725cdeda0b7
bluez-5: a couple of tweaks I forgot on the last commit
---
bluetooth/bluez-5/BUILD | +2/-2
bluetooth/bluez-5/CONFIGURE | +0/-2
2 files changed, 2 insertions(+), 4 deletions(-)
--- a/bluetooth/bluez-5/BUILD
+++ b/bluetooth/bluez-5/BUILD
@@ -2,9 +2,9 @@
mkdir -p /etc/bluetooth &&
if in_depends $MODULE systemd ; then
- OPTS+=" --enable-systemd --disable-udev --enable-threads --enable-library"
+ OPTS+=" --enable-systemd --disable-udev --enable-threads --enable-library --enable-tools"
else
- OPTS+=" --enable-udev --disable-systemd --enable-threads --enable-library"
+ OPTS+=" --enable-udev --disable-systemd --enable-threads --enable-library --enable-tools"
fi &&
default_build &&
--- a/bluetooth/bluez-5/CONFIGURE
+++ b/bluetooth/bluez-5/CONFIGURE
@@ -1,6 +1,4 @@
-mquery ENABLE_LIBRARY "Enable library for legacy third party applications that still depend on the library?" y "--enable-library" "--disable-library"
mquery ENABLE_OBEX "Enable the obex profile?" y "--enable-obex" "--disable-obex"
-mquery ENABLE_TOOLS "Enable Bluetooth utilities?" y "--enable-tools" "--disable-tools"
mquery ENABLE_MONITOR "Enable Bluetooth monitor utility for HCI level tracing and debugging?" y "--enable-monitor" "--disable-monitor"
mquery ENABLE_SIX_AXIS "Enable the six axis plugin? " n "--enable-sixaxis" "--disable-sixaxis"
mquery ENABLE_EXPER "Enable experimental plugins?" n "--enable-experimental" "--disable-experimental"
More information about the Lunar-commits
mailing list