xref: /OK3568_Linux_fs/buildroot/package/libnl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNL
2*4882a593Smuzhiyun	bool "libnl"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  A library for applications dealing with netlink socket.
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  https://github.com/thom311/libnl
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunif BR2_PACKAGE_LIBNL
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNL_TOOLS
12*4882a593Smuzhiyun	bool "install tools"
13*4882a593Smuzhiyun	# uses <dlfcn.h>
14*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
15*4882a593Smuzhiyun	help
16*4882a593Smuzhiyun	  Install binary tools.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "libnl tools needs a toolchain w/ dynamic library"
19*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
20*4882a593Smuzhiyunendif
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "libnl needs a toolchain w/ threads"
23*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
24