pulseaudio: do not depend on doxygen

This commit is contained in:
Tim Biermann 2021-04-28 21:51:24 +00:00
parent 4117a3fe36
commit 1f01c1fb28
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Q6DsVnJ/OtylGG4xRBDYcrqPkReJ1Ov2aVp0AqO3f8zB0VdyKOw+JxjePwLpVO9o+x6elXtvQ5Vyd1igR3yLAg=
SHA256 (Pkgfile) = f405e6c96120b2e554e255c0f6fc34ab6a3823dce74afff07ed64172fd9742eb
RWSE3ohX2g5d/eb2UkxkEMGZqvECThAEftSWuUAyWbTpcPwY4fDKcXTv1eCTeF3CDOEVFwF3AobK9I4zvx5k1tKp6xA4ektvXQo=
SHA256 (Pkgfile) = 4f7bd1c1bf9e4dbf64b3c2e68248f9ee2045688877149d166fbc0b95abdfbecf
SHA256 (.footprint) = 8e87ccbecf0f7ff1b85cc4661fecdb68747fa7e339b71568c3b036ec8559016e
SHA256 (pulseaudio-14.2.tar.xz) = 75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1

View File

@ -16,7 +16,9 @@ build() {
[[ -e /usr/lib/pkgconfig/bash-completion.pc ]] || PKGMK_PULSEAUDIO+=' -D bashcompletiondir=no'
[[ -e /usr/bin/zsh ]] || PKGMK_PULSEAUDIO+=' -D zshcompletiondir=no'
meson setup $name-$version build $PKGMK_PULSEAUDIO \
sed -i -e '/doxygen/d' pulseaudio-$version/meson.build
meson setup $name-$version build $PKGMK_PULSEAUDIO \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
-D buildtype=plain \