From 241f7bcb5ecf8bafcff4da804c031316e516c9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:59:27 +0100 Subject: [PATCH] rest: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/rest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rest/template b/srcpkgs/rest/template index 94314aa9d7b..aa4299c8ffd 100644 --- a/srcpkgs/rest/template +++ b/srcpkgs/rest/template @@ -6,7 +6,7 @@ build_style=gnu-configure build_helper="gir" configure_args="$(vopt_enable gir introspection) --disable-static --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt" -hostmakedepends="automake perl m4 libtool pkg-config glib-devel" +hostmakedepends="automake perl m4 libtool pkg-config glib-devel gtk-doc" makedepends="libglib-devel libsoup-gnome-devel libxml2-devel" depends="ca-certificates" short_desc="RESTful library"