]> Git Repo - buildroot-mgba.git/blob - package/libupnpp/Config.in
8af0cda698e46baf92ef3534c9984655dcccd490
[buildroot-mgba.git] / package / libupnpp / Config.in
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_5
9         # Triggers the _gp link issue
10         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
11         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
12         help
13           The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
14           upplay.
15
16           http://www.lesbonscomptes.com/upmpdcli/
17
18 comment "libupnpp needs a toolchain w/ C++, threads, gcc >= 4.5"
19         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
20         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
21         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
This page took 0.015785 seconds and 2 git commands to generate.