[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:
Colin Walters 2010-04-05 14:08:28 -04:00
parent cbcbd11ba0
commit 1ddb775d59

View File

@ -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>