xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / hidapi / Config.in
blobf6a31bacd3e2c24a1641e34e9c63c26be7d265e7
1 config BR2_PACKAGE_HIDAPI
2         bool "hidapi"
3         depends on BR2_PACKAGE_HAS_UDEV
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5         select BR2_PACKAGE_LIBUSB
6         select BR2_PACKAGE_LIBGUDEV
7         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
8         help
9           HIDAPI is a multi-platform library which allows an application
10           to interface with USB and Bluetooth HID-Class devices on
11           Windows, Linux, and Mac OS X.
13           http://www.signal11.us/oss/hidapi/
15 comment "hidapi needs udev /dev management and a toolchain w/ NPTL threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV