mpd: fix libao support

libao output must be explicitly enabled, so fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-02-09 10:25:52 -03:00 committed by Peter Korsgaard
parent 2d7064b207
commit 0b69f7438a

View File

@ -18,8 +18,7 @@ endif
ifeq ($(BR2_PACKAGE_MPD_AO),y)
MPD_DEPENDENCIES += libao
else
MPD_CONF_OPT += --disable-ao
MPD_CONF_OPT += --enable-ao
endif
ifeq ($(BR2_PACKAGE_MPD_BZIP2),y)