46877c37a263fe7b0f00700641bc2e943df1eff7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnl / Config.in
1 config BR2_PACKAGE_LIBNL
2         bool "libnl"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           A library for applications dealing with netlink socket.
6
7           http://people.suug.ch/~tgr/libnl/
8
9 if BR2_PACKAGE_LIBNL
10
11 config BR2_PACKAGE_LIBNL_TOOLS
12         bool "install tools"
13         # uses <dlfcn.h>
14         depends on !BR2_STATIC_LIBS
15         help
16           Install binary tools.
17
18 comment "libnl tools needs a toolchain w/ dynamic library"
19         depends on BR2_STATIC_LIBS
20 endif
21
22 comment "libnl needs a toolchain w/ threads"
23         depends on !BR2_TOOLCHAIN_HAS_THREADS