aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-04-13 21:34:35 -0700
committerRosen Penev <rosenp@gmail.com>2021-04-13 21:36:28 -0700
commit1e4ec2755b9e42b17eb05b60b8f4f144d3213bad (patch)
tree17bf5928358e67536d2cd92a535f22942190547d
parent41b536e22c57b08aac3fb242f784f7484b150516 (diff)
pulseaudio: fix compilation without doxygen
Meson update makes this error now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--sound/pulseaudio/Makefile2
-rw-r--r--sound/pulseaudio/patches/020-doxygen.patch10
2 files changed, 11 insertions, 1 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile
index 7613193e0..f16ab6d08 100644
--- a/sound/pulseaudio/Makefile
+++ b/sound/pulseaudio/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pulseaudio
PKG_VERSION:=14.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
diff --git a/sound/pulseaudio/patches/020-doxygen.patch b/sound/pulseaudio/patches/020-doxygen.patch
new file mode 100644
index 000000000..1333943d3
--- /dev/null
+++ b/sound/pulseaudio/patches/020-doxygen.patch
@@ -0,0 +1,10 @@
+--- a/meson.build
++++ b/meson.build
+@@ -698,7 +698,6 @@ check_dep = dependency('check', version
+
+ # Subdirs
+
+-subdir('doxygen')
+ subdir('po')
+ if get_option('man')
+ subdir('man')