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:
parent
f6542cf10b
commit
dabd983c0d
@ -15,7 +15,7 @@ config BR2_PACKAGE_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 || \
|
||||
!BR2_PACKAGE_HAS_UDEV || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
|
Loading…
Reference in New Issue
Block a user