diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2017-04-25 10:48:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:16 +0100 |
commit | 057f642b45c740c68c0b10b48eb57c3eac321085 (patch) | |
tree | bb1e72c481dce115c2a78860da7da39693f26ed9 /meta/recipes-connectivity | |
parent | 8b433f49c8ea153f75d986e5b9ad89dd3f625cba (diff) | |
download | openembedded-core-057f642b45c740c68c0b10b48eb57c3eac321085.tar.gz openembedded-core-057f642b45c740c68c0b10b48eb57c3eac321085.tar.bz2 openembedded-core-057f642b45c740c68c0b10b48eb57c3eac321085.zip |
bluez5: add PACKAGECONFIG option for midi
Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 4244fc895b..687656ed78 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -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 \ |