sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / libiqrf / Config.in
blob03555e063a857e8a7885c2572bd78faa4463f753
1 config BR2_PACKAGE_LIBIQRF
2         bool "libiqrf"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         help
6           This library implement specific protocol
7           which is used for communicating with iqrf devices
8           (http://iqrf.org) over usb. For usb access is used
9           libusb library.
11           https://github.com/nandra/libiqrf
13 comment "libiqrf needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS