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

View File

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