libsigrok: add support for bluetooth integration

libsigrok now supports bluetooth communication using bluez5. Add a new
packageconfig option that enables building of the bluetooth module.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2020-01-07 13:20:21 +01:00
committed by Khem Raj
parent b2baaae271
commit 496f8ccbc5
@@ -10,6 +10,7 @@ PACKAGECONFIG[serialport] = "--with-libserialport,--without-libserialport,libser
PACKAGECONFIG[ftdi] = "--with-libftdi,--without-libftdi,libftdi"
PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5"
PACKAGECONFIG ??= "serialport ftdi usb"