[gnome-shell] [gnome-shell.modules] Add json-glib to jhbuild



commit 1ddb775d59896fc71c0c1be467d0abed6544af8e
Author: Colin Walters <walters verbum org>
Date:   Mon Apr 5 14:08:28 2010 -0400

    [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.

 tools/build/gnome-shell.modules |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 2e57836..978399e 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]