File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ version=1.25.0
44revision=1
55build_style=meson
66# "Tests must not be built with NDEBUG defined, they rely on assert()."
7- configure_args="-Ddocumentation=true -Db_ndebug=false"
8- hostmakedepends="flex pkg-config mdBook doxygen graphviz libxslt xmlto"
7+ # documentation introduces build cycle. wayland -> graphviz -> gd -> libheif -> gdk-pixbuf -> tiff -> libwebp -> libfreeglut -> mesa -> wayland-protocols -> wayland
8+ configure_args="-Ddocumentation=false -Db_ndebug=false"
9+ hostmakedepends="flex pkg-config"
910makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
1011short_desc="Core Wayland window system code and protocol"
1112maintainer="Érico Nogueira <ericonr@disroot.org>"
@@ -41,10 +42,3 @@ wayland-devel_package() {
4142 vmove "usr/lib/*.so"
4243 }
4344}
44-
45- wayland-doc_package() {
46- short_desc+=" - documentation"
47- pkg_install() {
48- vmove usr/share/doc
49- }
50- }
You can’t perform that action at this time.
0 commit comments