libao: disable pulse audio

fixes #2157
pull/2165/head
Tony Theodore 6 years ago
parent f91fbd2200
commit bdd03271d2

@ -13,6 +13,7 @@ define $(PKG)_BUILD
cd '$(SOURCE_DIR)' && ./autogen.sh
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \
$(MXE_CONFIGURE_OPTS) \
--enable-pulse=no \
--disable-esd \
--enable-wmm \
LIBS=-lksuser

Loading…
Cancel
Save