buildrootschalter/package/libnl/Config.in
Ezequiel García 376e78016b libnl: Move the pthread dependency menu comment
In order for this comment to be properly displayed, it must be moved to be
at the end of the file.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-09 15:28:20 +02:00

24 lines
524 B
Plaintext

config BR2_PACKAGE_LIBNL
bool "libnl"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
A library for applications dealing with netlink socket.
http://people.suug.ch/~tgr/libnl/
if BR2_PACKAGE_LIBNL
config BR2_PACKAGE_LIBNL_TOOLS
bool "install tools"
# uses <dlfcn.h>
depends on !BR2_PREFER_STATIC_LIB
help
Install binary tools.
comment "libnl tools need a toolchain w/ dynamic library"
depends on BR2_PREFER_STATIC_LIB
endif
comment "libnl needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS