libsigrok: add support for hidapi integration

libsigrok now supports portable USB HID communication with HIDAPI. 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-13 10:17:51 +01:00
committed by Khem Raj
parent 87d77fd45e
commit d93a18e9bf
@@ -11,6 +11,7 @@ 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[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
PACKAGECONFIG ??= "serialport ftdi usb"