summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb1
1 files changed, 1 insertions, 0 deletions
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"
11PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb" 11PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
12PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native" 12PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
13PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5" 13PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5"
14PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
14 15
15PACKAGECONFIG ??= "serialport ftdi usb" 16PACKAGECONFIG ??= "serialport ftdi usb"
16 17