json-glib depends on gobject-introspection (#30963)

This commit is contained in:
Gregory Lee 2022-06-07 07:29:38 -07:00 committed by GitHub
parent 4ad0594c7b
commit 3e90134e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ class JsonGlib(MesonPackage):
version('1.2.8', sha256='fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a', deprecated=True)
depends_on('glib')
depends_on('gobject-introspection')
@when('@:1.5')
def meson(self, spec, prefix):