a0565fe7563ee53ea2417c3f5cb1eea97a56ed54
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
9         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
10         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
11         # Triggers the _gp link issue
12         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
13         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
14         help
15           The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
16           upplay.
17
18           http://www.lesbonscomptes.com/upmpdcli/
19
20 comment "libupnpp needs a toolchain w/ C++, threads"
21         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
22         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
23         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
24         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
25         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
26         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS