]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 Feb 2009 13:24:01 +0000 (13:24 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 Feb 2009 13:24:01 +0000 (13:24 -0000)
package/multimedia/mpg123/Config.in
package/multimedia/mpg123/mpg123.mk

index e3e8047b76440bf6184ce1e9eafe90e933018004..18ac41cfca4995826f5a4e8482ca38226239bf2b 100644 (file)
@@ -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
-
index 7d34cdb2ec599e2bf846cc1deac431327b28760d..be307b89251b76b4d00777d64197d32059289760 100644 (file)
@@ -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