1 config BR2_PACKAGE_LIBUPNPP
3 select BR2_PACKAGE_EXPAT
4 select BR2_PACKAGE_LIBCURL
5 select BR2_PACKAGE_LIBUPNP
6 depends on BR2_INSTALL_LIBSTDCPP
7 depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
8 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
10 The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
13 http://www.lesbonscomptes.com/upmpdcli/
15 comment "libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6"
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6