python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libnl / Config.in
blob1e29f5740088a2737135a5653a5dd4d6554da584
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.
7           https://github.com/thom311/libnl
9 if BR2_PACKAGE_LIBNL
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.
18 comment "libnl tools needs a toolchain w/ dynamic library"
19         depends on BR2_STATIC_LIBS
20 endif
22 comment "libnl needs a toolchain w/ threads"
23         depends on !BR2_TOOLCHAIN_HAS_THREADS