summaryrefslogtreecommitdiffstats
path: root/package/multimedia/mpg123
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:27 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:27 +0000
commitac1d92c425414bad889c1a60d0d2aee25581b74f (patch)
treeaaa3969c6c1d78dc7f9ff5ba2577551813ff7e4b /package/multimedia/mpg123
parent6250131be126b91d7feb8ae4c02fd7ca3725cc9e (diff)
downloadbuildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.tar.gz
buildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.zip
package/: get rid of unneeded $(strip ..)
Diffstat (limited to 'package/multimedia/mpg123')
-rw-r--r--package/multimedia/mpg123/mpg123.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index 3fab25781..caf979714 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 ($(strip $(BR2_PACKAGE_MPG123_ALSA)),y)
+ifeq ($(BR2_PACKAGE_MPG123_ALSA),y)
MPG123_USE_ALSA:=--with-audio=alsa
MPG123_ALSA_DEP:=alsa-lib
endif
@@ -68,6 +68,6 @@ mpg123-source: $(DL_DIR)/$(MPG123_SOURCE)
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_MPG123)),y)
+ifeq ($(BR2_PACKAGE_MPG123),y)
TARGETS+=mpg123
endif