[packages/pulseaudio] make pa depending on alsa
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3f0fd4a36f
commit
242e83dd8c
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user