From 31e66c112ff1adca9e3752fc2da4777fbd04a4ab Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 29 Jul 2007 19:30:39 +0000 Subject: [PATCH] mpd will now let alsa be enabled if the soundcore kmod is present git-svn-id: svn://svn.openwrt.org/openwrt/packages@8221 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mpd/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.11.0