gnome-autoar: needs (may need) automake

Testing with linux-5.10 kernel headers and musl-1.2.1 the build fails
if automake is not available.
This commit is contained in:
Jürgen Buchmüller 2020-12-27 13:49:14 +01:00
parent d417756ba2
commit 8e75282d6f

View File

@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
hostmakedepends="automake pkg-config glib-devel $(vopt_if gir gobject-introspection)"
makedepends="libarchive-devel gtk+3-devel glib-devel"
short_desc="Automatic archives creating and extracting library"
maintainer="Orphaned <orphan@voidlinux.org>"