1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNPUPNP 2*4882a593Smuzhiyun bool "libnpupnp" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11 6*4882a593Smuzhiyun select BR2_PACKAGE_EXPAT 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBCURL 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBMICROHTTPD 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun npupnp (new pupnp or not pupnp ?) is an UPnP library derived 11*4882a593Smuzhiyun from the venerable pupnp (https://github.com/pupnp/pupnp), 12*4882a593Smuzhiyun based on its 1.6.x branch (around 1.6.25). 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://www.lesbonscomptes.com/upmpdcli/libnpupnp.html 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "libnpupnp needs a toolchain w/ C++, threads, gcc >= 4.9" 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ 18*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 19