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:
parent
2d7064b207
commit
0b69f7438a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user