pulseaudio: fix compilation without doxygen
authorRosen Penev <rosenp@gmail.com>
Wed, 14 Apr 2021 04:34:35 +0000 (21:34 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 14 Apr 2021 04:36:28 +0000 (21:36 -0700)
Meson update makes this error now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
sound/pulseaudio/Makefile
sound/pulseaudio/patches/020-doxygen.patch [new file with mode: 0644]

index 7613193e0be5c3e30421c64ac35a58c3c0298965..f16ab6d0827a019bb3c27e97b074a5e77eef2ad6 100644 (file)
@@ -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 (file)
index 0000000..1333943
--- /dev/null
@@ -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')