summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 13:57:11 +0200
committerIsmael Luceno2021-08-17 13:57:11 +0200
commit93354636419a9c117a01931f1d46b520ec08eb4e (patch)
treee28fe1896de60a7e0c89f133df5c6f4ad1458808 /utils
parent38a69bafcb5ad6f9cd993566bdaff4bf249aee4e (diff)
bluez5: Add knobs for experimental/testing/deprecated tools
Diffstat (limited to 'utils')
-rwxr-xr-xutils/bluez5/CONFIGURE14
-rw-r--r--utils/bluez5/HISTORY1
2 files changed, 14 insertions, 1 deletions
diff --git a/utils/bluez5/CONFIGURE b/utils/bluez5/CONFIGURE
index 5ba2d75287..ca85d0fcd9 100755
--- a/utils/bluez5/CONFIGURE
+++ b/utils/bluez5/CONFIGURE
@@ -1,3 +1,15 @@
config_query_option BLUEZ5_OPTS "Build and install Bluetooth library?" n \
"--enable-library" \
- "--disable-library"
+ "--disable-library" &&
+
+config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
+ "--enable-testing" \
+ "--disable-testing" &&
+
+config_query_option BLUEZ5_OPTS "Enable Experimental tools?" n \
+ "--enable-experimental" \
+ "--disable-experimental" &&
+
+config_query_option BLUEZ5_OPTS "Enable Deprecated tools?" n \
+ "--enable-deprecated" \
+ "--disable-deprecated"
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 1efd8a472c..9ae5e568fc 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,6 +1,7 @@
2021-08-17 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: added dependency on ell
added optional dependency on systemd
+ * CONFIGURE: added options for experimental/testing/deprecated tools
2021-07-08 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 5.60