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>
(cherry picked from commit dabd983c0d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2024-05-09 22:17:20 +02:00 committed by Peter Korsgaard
parent 1e70541c85
commit 89492fe1a8

View File

@ -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