Commit 71f51da0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

pulseaudio: bump version

parent 9b4696a4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

PULSEAUDIO_VERSION = 4.0
PULSEAUDIO_VERSION = 5.0
PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz
PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases/
PULSEAUDIO_INSTALL_STAGING = YES
@@ -41,6 +41,13 @@ else
PULSEAUDIO_CONF_OPT += --disable-orc
endif

ifeq ($(BR2_PACKAGE_LIBCAP),y)
PULSEAUDIO_DEPENDENCIES += libcap
PULSEAUDIO_CONF_OPT += --with-caps
else
PULSEAUDIO_CONF_OPT += --without-caps
endif

ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
# The optional webrtc echo canceller is written in C++, causing auto* to want
# to link module-echo-cancel.so with CXX even if webrtc ISN'T used.