2015-11-16 17:54:12 +01:00
|
|
|
config BR2_PACKAGE_HIDAPI
|
|
|
|
bool "hidapi"
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
2016-08-06 23:01:23 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2015-11-16 17:54:12 +01:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
2015-12-02 12:27:06 +01:00
|
|
|
select BR2_PACKAGE_LIBGUDEV
|
2015-12-30 22:17:00 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2015-11-16 17:54:12 +01:00
|
|
|
help
|
|
|
|
HIDAPI is a multi-platform library which allows an application
|
|
|
|
to interface with USB and Bluetooth HID-Class devices on
|
|
|
|
Windows, Linux, and Mac OS X.
|
|
|
|
|
|
|
|
http://www.signal11.us/oss/hidapi/
|
|
|
|
|
2016-08-06 23:01:23 +02:00
|
|
|
comment "hidapi needs udev /dev management and a toolchain w/ NPTL threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV
|