From: John Crispin Date: Sun, 29 Jul 2007 19:30:39 +0000 (+0000) Subject: mpd will now let alsa be enabled if the soundcore kmod is present X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=56eb18dd91239c3c2b96ecb1ed007b81779e3486;p=openwrt%2Fsvn-archive%2Fpackages.git mpd will now let alsa be enabled if the soundcore kmod is present SVN-Revision: 8221 --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 6dee11874..51b716fe8 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -38,9 +38,13 @@ define Package/mpd/conffiles /etc/mpd.conf endef +ifndef CONFIG_PACKAGE_kmod-soundcore + EXTRA_CONFIG_PARAM:=--disable-alsa +endif + define Build/Configure $(call Build/Configure/Default, \ - --disable-alsa \ + $(EXTRA_CONFIG_PARAM) \ --disable-shout \ --disable-mod \ --disable-audiofile \