This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
pulseaudio: fix compilation without doxygen
Meson update makes this error now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
parent
41b536e22c
commit
1e4ec2755b
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sound/pulseaudio/Makefile
+10
-0
sound/pulseaudio/patches/020-doxygen.patch
+ 1
- 1
sound/pulseaudio/Makefile
View 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
+ 10
- 0
sound/pulseaudio/patches/020-doxygen.patch
View File
@ -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')
Write
Preview
Loading…
Cancel
Save