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 name: pulseaudio
description: Sound server for POSIX OSes including Linux description: Sound server for POSIX OSes including Linux
version: "17.0" version: "17.0"
revision: 6 revision: 7
url: https://www.freedesktop.org/wiki/Software/PulseAudio/ url: https://www.freedesktop.org/wiki/Software/PulseAudio/
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
@@ -10,6 +10,7 @@ make_depends:
- alsa-lib - alsa-lib
- bluez - bluez
- dbus - dbus
- doxygen
- elogind - elogind
- fftw - fftw
- gcc - gcc
@@ -31,6 +32,7 @@ make_depends:
- openssl - openssl
- perl-xml-parser - perl-xml-parser
- valgrind - valgrind
- xmltoman
downloads: downloads:
- url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-${BPM_PKG_VERSION}.tar.xz - url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
+1 -1
View File
@@ -11,7 +11,7 @@ build() {
-Dsystemd=disabled \ -Dsystemd=disabled \
-Delogind=enabled \ -Delogind=enabled \
-Ddatabase=gdbm \ -Ddatabase=gdbm \
-Ddoxygen=false \ -Ddoxygen=true \
build build
meson compile -C build meson compile -C build
} }