xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / libupnpp / Config.in
blob2d9958678821ff6fa4b6f8c10c6b07f74b096b48
1 config BR2_PACKAGE_LIBUPNPP
2         bool "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
9         help
10           The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
11           upplay.
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