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
This commit is contained in:
parent
767a3e4ebc
commit
31e66c112f
@ -38,9 +38,13 @@ define Package/mpd/conffiles
|
|||||||
/etc/mpd.conf
|
/etc/mpd.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifndef CONFIG_PACKAGE_kmod-soundcore
|
||||||
|
EXTRA_CONFIG_PARAM:=--disable-alsa
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--disable-alsa \
|
$(EXTRA_CONFIG_PARAM) \
|
||||||
--disable-shout \
|
--disable-shout \
|
||||||
--disable-mod \
|
--disable-mod \
|
||||||
--disable-audiofile \
|
--disable-audiofile \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user