[packages/pusleaudio] fix (host)dependencies (intltool)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-12-19 22:04:12 +00:00
parent 8e8837752a
commit 4ddbb567e9

View File

@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/
PKG_MD5SUM:=ca85ab470669b05e100861654cf5eb3c
PKG_BUILD_DEPENDS:=intltool/host
PKG_FIXUP = libtool
PKG_INSTALL = 1
@ -25,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/pulseaudio
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=+libspeexdsp +libgdbm +liboil +libsamplerate +libsndfile +libatomicops +libltdl +dbus +libpthread +librt +libintl +libiconv intltool/host @BROKEN
DEPENDS:=+libspeexdsp +libgdbm +liboil +libsndfile +libatomicops +libltdl +dbus +libpthread +librt +libintl +libiconv @BROKEN
TITLE:=Network sound server
URL:=http://www.pulseaudio.org
endef