libu2f: add gtk-doc to hostmakedepends

https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html
This commit is contained in:
André Cerqueira 2022-08-09 00:58:34 +01:00 committed by Michal Vasilek
parent c79b8f3d79
commit f7fabebd36

View File

@ -5,7 +5,7 @@ revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
configure_args="--with-openssl=yes"
hostmakedepends="automake gengetopt libtool pkg-config"
hostmakedepends="automake gengetopt libtool pkg-config gtk-doc"
makedepends="hidapi-devel json-c-devel openssl-devel"
depends="libfido2"
short_desc="C library and tool that implements the host-side of the U2F protocol"