mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/hidapi: fixup Config.in comment
The Config.in comment was mentioning both "NPTL" and "threads" as dependencies, while mentioning only the former is sufficient. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -15,7 +15,7 @@ config BR2_PACKAGE_HIDAPI
|
|||||||
|
|
||||||
http://github.com/libusb/hidapi/
|
http://github.com/libusb/hidapi/
|
||||||
|
|
||||||
comment "hidapi needs udev /dev management and a toolchain w/ NPTL, threads, gcc >= 4.9"
|
comment "hidapi needs udev /dev management and a toolchain w/ NPTL, gcc >= 4.9"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
||||||
!BR2_PACKAGE_HAS_UDEV || \
|
!BR2_PACKAGE_HAS_UDEV || \
|
||||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||||
|
|||||||
Reference in New Issue
Block a user