From 60b95b521047a1d89ab99f83c0709d1c5d11fef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:16 +0100 Subject: [PATCH] libglade: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libglade/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libglade/template b/srcpkgs/libglade/template index f9bbef8cfbe..e72c1b89893 100644 --- a/srcpkgs/libglade/template +++ b/srcpkgs/libglade/template @@ -4,7 +4,7 @@ version=2.6.4 revision=12 build_style=gnu-configure configure_args="--disable-static --without-xml-catalog" -hostmakedepends="automake pkg-config libtool python glib-devel gtk+-devel" +hostmakedepends="automake pkg-config libtool python glib-devel gtk+-devel gtk-doc" makedepends="libxml2-devel gtk+-devel xmlcatmgr" depends="xmlcatmgr" short_desc="Runtime interpreter for GLADE GUI files"