summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 13:59:43 +0200
committerIsmael Luceno2021-08-17 13:59:43 +0200
commit773ea05296774db9ed581b4f131775ac2e99da98 (patch)
treee88d743f2e761d3f26fe77db3852bf79371aea9b /utils
parenta6eb88243c45f560d537085f769fc5f3e40f5d75 (diff)
bluez5: Add knob for NFC pairing
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 ca85d0fcd9..616189d5ca 100755
--- a/utils/bluez5/CONFIGURE
+++ b/utils/bluez5/CONFIGURE
@@ -2,6 +2,10 @@ config_query_option BLUEZ5_OPTS "Build and install Bluetooth library?" n \
"--enable-library" \
"--disable-library" &&
+config_query_option BLUEZ5_OPTS "Enable NFC pairing?" n \
+ "--enable-nfc" \
+ "--disable-nfc" &&
+
config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
"--enable-testing" \
"--disable-testing" &&
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index ff7da90c43..9194c34c5c 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: added dependency on ell
added optional dependency on systemd
* CONFIGURE: added options for experimental/testing/deprecated tools
+ added option for NFC pairing
* PRE_BUILD: added to remove bundled ell
2021-07-08 Pavel Vinogradov <public@sourcemage.org>