diff options
Diffstat (limited to 'package/libnl')
-rw-r--r-- | package/libnl/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libnl/Config.in b/package/libnl/Config.in index c7d435983..f4a1dc250 100644 --- a/package/libnl/Config.in +++ b/package/libnl/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBNL bool "libnl" + depends on BR2_TOOLCHAIN_HAS_THREADS help A library for applications dealing with netlink socket. @@ -10,3 +11,6 @@ config BR2_PACKAGE_LIBNL_TOOLS depends on BR2_PACKAGE_LIBNL help Install binary tools. + +comment "libnl requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS |