diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-05 13:24:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-05 13:24:01 +0000 |
commit | c74eee7fe4ccfdee802f54bb2f17b771962a8021 (patch) | |
tree | 459010a08f20ab432a2087d3d776df12698bd4f6 /package | |
parent | 4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0 (diff) | |
download | buildroot-novena-c74eee7fe4ccfdee802f54bb2f17b771962a8021.tar.gz buildroot-novena-c74eee7fe4ccfdee802f54bb2f17b771962a8021.zip |
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)
Diffstat (limited to 'package')
-rw-r--r-- | package/multimedia/mpg123/Config.in | 6 | ||||
-rw-r--r-- | package/multimedia/mpg123/mpg123.mk | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/package/multimedia/mpg123/Config.in b/package/multimedia/mpg123/Config.in index e3e8047b7..18ac41cfc 100644 --- a/package/multimedia/mpg123/Config.in +++ b/package/multimedia/mpg123/Config.in @@ -5,9 +5,3 @@ config BR2_PACKAGE_MPG123 MPEG 1.0/2.0 layers 1, 2 and 3. http://www.mpg123.de/ - -config BR2_PACKAGE_MPG123_ALSA - bool - default y - depends on BR2_PACKAGE_ALSA_LIB - diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk index 7d34cdb2e..be307b892 100644 --- a/package/multimedia/mpg123/mpg123.mk +++ b/package/multimedia/mpg123/mpg123.mk @@ -13,7 +13,7 @@ MPG123_TARGET_BIN:=usr/bin/mpg123 # Check if ALSA is built, then we should configure after alsa-lib so # ./configure can find alsa-lib. -ifeq ($(BR2_PACKAGE_MPG123_ALSA),y) +ifeq ($(BR2_PACKAGE_ALSA_LIB),y) MPG123_USE_ALSA:=--with-audio=alsa MPG123_ALSA_DEP:=alsa-lib endif |