From 4f0d87deb2fe64d211d90e806dc45ba62bd31ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 15 Aug 2022 22:21:02 +0100 Subject: [PATCH] libcryptui: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libcryptui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcryptui/template b/srcpkgs/libcryptui/template index b1bbeee440c..78f151370e3 100644 --- a/srcpkgs/libcryptui/template +++ b/srcpkgs/libcryptui/template @@ -8,7 +8,7 @@ configure_args="--disable-static --disable-update-mime-database --disable-schemas-compile $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool dbus-glib-devel glib gnupg automake libtool gettext-devel-tools glib-devel - $(vopt_if gir gobject-introspection)" + $(vopt_if gir gobject-introspection) gtk-doc" makedepends="libSM-devel dbus-glib-devel gtk+3-devel gpgme-devel libnotify-devel gcr-devel" depends="hicolor-icon-theme gnupg"