From f03c9bb27cf14a361f0942defcc92f2cf801a406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:52 +0100 Subject: [PATCH] libgsf: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libgsf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgsf/template b/srcpkgs/libgsf/template index e032d754354..4c3caab06ba 100644 --- a/srcpkgs/libgsf/template +++ b/srcpkgs/libgsf/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure build_helper="gir" configure_args="--disable-static --enable-introspection" -hostmakedepends="automake libtool gettext-devel glib-devel intltool pkg-config" +hostmakedepends="automake libtool gettext-devel glib-devel intltool pkg-config gtk-doc" makedepends="gdk-pixbuf-devel libxml2-devel" checkdepends="perl-XML-Parser unzip" short_desc="Structured File Library"