json-glib: add pkgconfig dependency (#32638)

This commit is contained in:
Adam J. Stewart 2022-09-13 22:18:55 -05:00 committed by GitHub
parent cb323b1f55
commit 93c39464e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ class JsonGlib(MesonPackage):
depends_on("glib")
depends_on("gobject-introspection")
depends_on("pkgconfig", type="build")
@when("@:1.5")
def meson(self, spec, prefix):