mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ build_style=gnu-configure
|
||||||
make_check_args="${makejobs}"
|
make_check_args="${makejobs}"
|
||||||
hostmakedepends="perl autoconf"
|
hostmakedepends="perl autoconf"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
checkdepends="cscope dejagnu emacs expect flex gettext-devel glib-devel libtool perl pkg-config
|
# ideally we'd like libtool here too, but that creates a build cycle
|
||||||
sharutils texinfo vala lzip xz zip zstd"
|
checkdepends="flex gettext-devel pkg-config"
|
||||||
short_desc="GNU Standards-compliant Makefile generator"
|
short_desc="GNU Standards-compliant Makefile generator"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue