summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 14:01:24 +0200
committerIsmael Luceno2021-08-17 14:01:24 +0200
commit468f22d5315b5c504e9aa78f0a2f83ff0c2bbcdb (patch)
tree650b419b2e33e196244fde5b8da874bd5774d8f3 /utils
parent5ec825c01421b7037ca8610eb97ab2ba00ebc5f2 (diff)
bluez5: Add knob for MIDI support
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 071b970a55..32b58a26f4 100755
--- a/utils/bluez5/CONFIGURE
+++ b/utils/bluez5/CONFIGURE
@@ -14,6 +14,10 @@ config_query_option BLUEZ5_OPTS "Enable Health profile?" n \
"--enable-health" \
"--disable-health" &&
+config_query_option BLUEZ5_OPTS "Enable MIDI support?" n \
+ "--enable-midi" \
+ "--disable-midi" &&
+
config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
"--enable-testing" \
"--disable-testing" &&
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index b19d0ca0df..9755851b98 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -5,6 +5,7 @@
added option for NFC pairing
added option for SAP profile
added option for Health profile
+ added option for MIDI support
* PRE_BUILD: added to remove bundled ell
2021-07-08 Pavel Vinogradov <public@sourcemage.org>