mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user