mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
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:
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[ftdi] = "--with-libftdi,--without-libftdi,libftdi"
|
||||||
PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
|
PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
|
||||||
PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
|
PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
|
||||||
|
PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "serialport ftdi usb"
|
PACKAGECONFIG ??= "serialport ftdi usb"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user