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:
parent
d417756ba2
commit
8e75282d6f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-schemas-compile"
|
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"
|
makedepends="libarchive-devel gtk+3-devel glib-devel"
|
||||||
short_desc="Automatic archives creating and extracting library"
|
short_desc="Automatic archives creating and extracting library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue