The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / upmpdcli / Config.in
1 config BR2_PACKAGE_UPMPDCLI
2         bool "upmpdcli"
3         select BR2_PACKAGE_LIBMPDCLIENT
4         select BR2_PACKAGE_LIBUPNPP
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
7         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
8         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
9         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
10         # libupnpp triggers the _gp link issue
11         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
12         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
13         help
14           upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
15           Player Daemon. It supports UPnP gapless track transitions and
16           the OpenHome ohMedia services.
17
18           http://www.lesbonscomptes.com/upmpdcli/
19
20 comment "upmpdcli 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