summaryrefslogtreecommitdiffstats
path: root/package/mpd
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-01 20:03:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 16:15:59 +0200
commit1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d (patch)
treebb77ba4c23dd550b667f01735446ab21b57166f7 /package/mpd
parent506b964df95e578aa682ddd2e98993a91355930a (diff)
downloadbuildroot-1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d.tar.gz
buildroot-1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d.zip
package: remove references to uClibc 0.9.32
This commit removes all remaining references to uClibc 0.9.32. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpd')
-rw-r--r--package/mpd/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index b491126362..e09be0bae9 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -7,7 +7,6 @@ menuconfig BR2_PACKAGE_MPD
# avr32, sparc & CS powerpc gcc are too old
depends on !(BR2_avr32 || BR2_sparc)
depends on !(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 || BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009)
- depends on !BR2_UCLIBC_VERSION_0_9_32 # lacks signalfd
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_MPD_TREMOR if !(BR2_PACKAGE_MPD_MAD || BR2_PACKAGE_MPD_MPG123 || BR2_PACKAGE_MPD_VORBIS || BR2_PACKAGE_MPD_WAVPACK || BR2_PACKAGE_MPD_FLAC || BR2_PACKAGE_MPD_MUSEPACK || BR2_PACKAGE_MPD_FFMPEG)
OpenPOWER on IntegriCloud