]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: add PACKAGECONFIG option for midi
authorMarc Ferland <ferlandm@amotus.ca>
Tue, 25 Apr 2017 14:48:36 +0000 (10:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 May 2017 13:08:16 +0000 (14:08 +0100)
Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/bluez5/bluez5.inc

index 4244fc895bdb89dcc0551caeef40d479015d1db1..687656ed78351aa303882dcaefff79d97ff9cac8 100644 (file)
@@ -16,6 +16,7 @@ PACKAGECONFIG ??= "obex-profiles readline"
 PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
 PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline,"
 PACKAGECONFIG[testing] = "--enable-testing,--disable-testing"
+PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib"
 
 SRC_URI = "\
     ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \