Skip to content

Commit 5349d68

Browse files
committed
wayland: disable documentation again
1 parent 5770c53 commit 5349d68

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

srcpkgs/wayland/template

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ version=1.25.0
44
revision=1
55
build_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"
910
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
1011
short_desc="Core Wayland window system code and protocol"
1112
maintainer="É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-
}

0 commit comments

Comments
 (0)