automake: saner checkdepends list
While this will make some tests skipped (particularly the libtool based ones) it's still worth it as most tests still run and this allows cycle-free check-enabled builds.
This commit is contained in:
parent
14f1b9c2bc
commit
d53327019d
|
@ -7,8 +7,8 @@ build_style=gnu-configure
|
|||
make_check_args="${makejobs}"
|
||||
hostmakedepends="perl autoconf"
|
||||
depends="${hostmakedepends}"
|
||||
checkdepends="cscope dejagnu emacs expect flex gettext-devel glib-devel libtool perl pkg-config
|
||||
sharutils texinfo vala lzip xz zip zstd"
|
||||
# ideally we'd like libtool here too, but that creates a build cycle
|
||||
checkdepends="flex gettext-devel pkg-config"
|
||||
short_desc="GNU Standards-compliant Makefile generator"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue