python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libnatpmp / Config.in
blob879e5ee1ac02df29434047464527bd4128de7f44
1 config BR2_PACKAGE_LIBNATPMP
2         bool "libnatpmp"
3         depends on !BR2_BINFMT_FLAT
4         depends on !BR2_STATIC_LIBS
5         help
6           libnatpmp is an attempt to make a portable and fully compliant
7           implementation of the NAT-PMP protocol for the client side. It
8           is based on non blocking sockets and all calls of the API are
9           asynchronous. It is therefore very easy to integrate the
10           NAT-PMP code to any event driven code.
12           http://miniupnp.free.fr/libnatpmp.html
14 comment "libnatpmp needs a toolchain w/ dynamic library"
15         depends on BR2_STATIC_LIBS
16         depends on !BR2_BINFMT_FLAT