libvips requires pkg-config to find glib (#41184)

This commit is contained in:
Tom Scogland 2023-11-28 05:42:16 -08:00 committed by GitHub
parent f037ef7451
commit c2d29ca38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ class Libvips(AutotoolsPackage):
# TODO: Add more variants! # TODO: Add more variants!
depends_on("pkgconfig", type="build")
depends_on("glib") depends_on("glib")
depends_on("expat") depends_on("expat")