Enable documentation

This commit is contained in:
2025-12-04 15:43:29 +02:00
parent 9f135e6fa7
commit 004b8906a7
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
name: pulseaudio
description: Sound server for POSIX OSes including Linux
version: "17.0"
revision: 6
revision: 7
url: https://www.freedesktop.org/wiki/Software/PulseAudio/
license: LGPL2.1-or-later
architecture: any
@@ -10,6 +10,7 @@ make_depends:
- alsa-lib
- bluez
- dbus
- doxygen
- elogind
- fftw
- gcc
@@ -31,6 +32,7 @@ make_depends:
- openssl
- perl-xml-parser
- valgrind
- xmltoman
downloads:
- url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
+1 -1
View File
@@ -11,7 +11,7 @@ build() {
-Dsystemd=disabled \
-Delogind=enabled \
-Ddatabase=gdbm \
-Ddoxygen=false \
-Ddoxygen=true \
build
meson compile -C build
}