From 02364edde4a8f0e1949c7a0d51a5f2a6eb30101e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:59:13 +0100 Subject: [PATCH] mash: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/mash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mash/template b/srcpkgs/mash/template index 722ee0dd981..26e7c877718 100644 --- a/srcpkgs/mash/template +++ b/srcpkgs/mash/template @@ -6,7 +6,7 @@ build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection)" hostmakedepends="automake glib-devel intltool libtool pkg-config - $(vopt_if gir gobject-introspection)" + $(vopt_if gir gobject-introspection) gtk-doc" makedepends="clutter-devel" depends="clutter>=1.18" short_desc="Small library for using 3D models within a Clutter scene"