Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (610002eb22619cfa4f0e5c1b7597bbc18289a9b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (610002eb22619cfa4f0e5c1b7597bbc18289a9b4)
  • Date: Tue, 9 Apr 2019 19:09:49 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/bluez5/BUILD | 2 +-
utils/bluez5/CONFIGURE | 3 +++
utils/bluez5/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 610002eb22619cfa4f0e5c1b7597bbc18289a9b4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bluez5: added library options

diff --git a/utils/bluez5/BUILD b/utils/bluez5/BUILD
index d8bfea3..34866eb 100755
--- a/utils/bluez5/BUILD
+++ b/utils/bluez5/BUILD
@@ -1,3 +1,3 @@
-OPTS="--enable-deprecated --disable-systemd $OPTS" &&
+OPTS="--enable-deprecated --disable-systemd ${BLUEZ5_OPTS} ${OPTS}" &&

default_build
diff --git a/utils/bluez5/CONFIGURE b/utils/bluez5/CONFIGURE
new file mode 100755
index 0000000..5ba2d75
--- /dev/null
+++ b/utils/bluez5/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option BLUEZ5_OPTS "Build and install Bluetooth library?" n \
+ "--enable-library" \
+ "--disable-library"
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 5974b2f..d32603d 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,3 +1,7 @@
+2019-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added, for library options
+ * BUILD: use BLUEZ5_OPTS
+
2018-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.50




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (610002eb22619cfa4f0e5c1b7597bbc18289a9b4), Vlad Glagolev, 04/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page