From d93a18e9bf34bf4a2e3b02b27cb982773a6c3691 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 13 Jan 2020 10:17:51 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb index 09e56e35c8..35e59d6d7d 100644 --- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb +++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb @@ -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" -- cgit 1.2.3-korg