diff options
Diffstat (limited to 'package/multimedia/mpg123/mpg123.mk')
-rw-r--r-- | package/multimedia/mpg123/mpg123.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |