summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 14:00:11 +0200
committerIsmael Luceno2021-08-17 14:00:11 +0200
commit1343d5165b0b027b3f7c102a9602d3131a7b739b (patch)
treeece0ea41af25138d27dd6f1ae9de54934ed18cfd /utils
parent773ea05296774db9ed581b4f131775ac2e99da98 (diff)
bluez5: Add knob for SAP profile
Diffstat (limited to 'utils')
-rwxr-xr-xutils/bluez5/CONFIGURE4
-rw-r--r--utils/bluez5/HISTORY1
2 files changed, 5 insertions, 0 deletions
diff --git a/utils/bluez5/CONFIGURE b/utils/bluez5/CONFIGURE
index 616189d5ca..1be21985dd 100755
--- a/utils/bluez5/CONFIGURE
+++ b/utils/bluez5/CONFIGURE
@@ -6,6 +6,10 @@ config_query_option BLUEZ5_OPTS "Enable NFC pairing?" n \
"--enable-nfc" \
"--disable-nfc" &&
+config_query_option BLUEZ5_OPTS "Enable SAP profile?" n \
+ "--enable-sap" \
+ "--disable-sap" &&
+
config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
"--enable-testing" \
"--disable-testing" &&
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 9194c34c5c..cc46a86765 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -3,6 +3,7 @@
added optional dependency on systemd
* CONFIGURE: added options for experimental/testing/deprecated tools
added option for NFC pairing
+ added option for SAP profile
* PRE_BUILD: added to remove bundled ell
2021-07-08 Pavel Vinogradov <public@sourcemage.org>