[packages] pulseaudio: always build pulseaudio-tools sans dbus (#9956)
authorloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Aug 2011 09:35:06 +0000 (09:35 +0000)
committerloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Aug 2011 09:35:06 +0000 (09:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28046 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/pulseaudio/Makefile

index 910470b..71419b3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
 PKG_VERSION:=0.99.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
@@ -82,6 +82,7 @@ define Package/pulseaudio-tools
   DEPENDS:=+libsndfile @PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi #+libpulse
   TITLE:=Tools for Pulseaudio
   URL:=http://www.pulseaudio.org
+  VARIANT:=noavahi
 endef
 
 define Package/pulseaudio-profiles