wayland: build documentation

Closes: #55929.
This commit is contained in:
Andrew J. Hesford 2025-06-23 11:31:18 -04:00
parent 8ebffaae35
commit 2d1341c1c0

View file

@ -1,11 +1,11 @@
# Template file for 'wayland'
pkgname=wayland
version=1.23.1
revision=1
revision=2
build_style=meson
# "Tests must not be built with NDEBUG defined, they rely on assert()."
configure_args="-Ddocumentation=false -Db_ndebug=false"
hostmakedepends="flex pkg-config"
configure_args="-Ddocumentation=true -Db_ndebug=false"
hostmakedepends="flex pkg-config graphviz doxygen libxslt xmlto docbook-xsl"
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
short_desc="Core Wayland window system code and protocol"
maintainer="Érico Nogueira <ericonr@disroot.org>"
@ -36,6 +36,7 @@ wayland-devel_package() {
vmove usr/include
vmove usr/share/aclocal
vmove usr/share/wayland
vmove usr/share/man/man3
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}