python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / libnftnl / Config.in
blobd4c9a1bb54e32f147678d03745b447a0a669484a
1 comment "libnftnl needs a toolchain w/ headers >= 3.12"
2         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
4 config BR2_PACKAGE_LIBNFTNL
5         bool "libnftnl"
6         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
7         select BR2_PACKAGE_LIBMNL
8         help
9           libnftnl is a userspace library providing a low-level
10           netlink programming interface (API) to the in-kernel
11           nf_tables subsystem. The library libnftnl has been
12           previously known as libnftables. This library is
13           currently used by nftables.
15           http://netfilter.org/projects/libnftnl/index.html
17 if BR2_PACKAGE_LIBNFTNL
19 config BR2_PACKAGE_LIBNFTNL_JSON
20         bool "enable JSON support"
21         select BR2_PACKAGE_JANSSON
22         help
23           Enable JSON parsing support
25 config BR2_PACKAGE_LIBNFTNL_XML
26         bool "enable XML support"
27         depends on BR2_TOOLCHAIN_HAS_THREADS
28         select BR2_PACKAGE_MXML
29         help
30           Enable XML parsing support
32 comment "libnftnl XML parsing support needs a toolchain w/ threads"
33         depends on !BR2_TOOLCHAIN_HAS_THREADS
35 endif