From: mirko Date: Mon, 20 Dec 2010 18:15:40 +0000 (+0000) Subject: [packages/pulseaudio] make pa depending on alsa X-Git-Url: https://git.archive.openwrt.org/packages.git?p=packages.git;a=commitdiff_plain;h=242e83dd8cf75c9a793162be0b72c4abb6734313 [packages/pulseaudio] make pa depending on alsa git-svn-id: svn://svn.openwrt.org/openwrt/packages@24739 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 81eb12ea8..48b6087a6 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/pulseaudio SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libspeexdsp +libgdbm +liboil +libsndfile +libatomicops +libltdl +dbus +libpthread +librt +libintl +libiconv @BROKEN + DEPENDS:=+libspeexdsp +libgdbm +liboil +libsndfile +libatomicops +libltdl +dbus +libpthread +librt +libintl +libiconv +alsa-lib @BROKEN TITLE:=Network sound server URL:=http://www.pulseaudio.org endef @@ -46,6 +46,7 @@ CONFIGURE_ARGS += \ --with-realtime-group=root \ --with-access-group=root \ --without-x \ + --enable-alsa \ --disable-dbus \ --disable-hal \ --disable-gconf \