[gnome-shell.modules] Add json-glib to jhbuild
We want to have Clutter built with the external json-glib, with introspection support. Clutter's build breaks if we compile it with introspection but the system install doesn't have it, and anyways the internal copy is buggy and unmaintained.
This commit is contained in:
@ -60,9 +60,20 @@
|
||||
</after>
|
||||
</autotools>
|
||||
|
||||
<autotools id="json-glib">
|
||||
<branch repo="git.gnome.org" module="json-glib"/>
|
||||
<dependencies>
|
||||
<dep package="gobject-introspection"/>
|
||||
</dependencies>
|
||||
<after>
|
||||
<dep package="gir-repository"/>
|
||||
</after>
|
||||
</autotools>
|
||||
|
||||
<autotools id="clutter">
|
||||
<branch repo="git.clutter-project.org" module="clutter" revision="clutter-1.2"/>
|
||||
<dependencies>
|
||||
<dep package="json-glib"/>
|
||||
<dep package="gobject-introspection"/>
|
||||
</dependencies>
|
||||
<after>
|
||||
|
Reference in New Issue
Block a user