From: Mirko Vogt Date: Sun, 19 Dec 2010 22:04:12 +0000 (+0000) Subject: [packages/pusleaudio] fix (host)dependencies (intltool) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5f6425bcbe15e3ad05a152aa0a6956e9ee2ebd4b [packages/pusleaudio] fix (host)dependencies (intltool) SVN-Revision: 24732 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 7655666e5b..81eb12ea8c 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -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