json-glib depends on gobject-introspection (#30963)
This commit is contained in:
parent
4ad0594c7b
commit
3e90134e14
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue