Skip to content
Snippets Groups Projects
Commit 1e4ec275 authored by Rosen Penev's avatar Rosen Penev
Browse files

pulseaudio: fix compilation without doxygen


Meson update makes this error now.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 41b536e2
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -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
......
--- 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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment