efl: temporarily work around dependency ordering issue

This commit is contained in:
Andrew J. Hesford 2023-04-17 22:22:41 -04:00
parent 64306e485a
commit 79b6726582
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz
checksum=2979cfbc728a1a1f72ad86c2467d861ed91e664d3f17ef03190fb5c5f405301c
make_check=extended
# TEMPORARY FIX for tiff bump; the resolver fails to order these properly
makedepends+=" gtk4 libgs spandsp"
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dbuild-tests=true"
hostmakedepends+=" check-devel"