diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 5530babbb9a..a25b072f173 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -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 " @@ -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" }