summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2010-08-12 14:59:03 +0100
committerNeil Roberts <neil@linux.intel.com>2010-08-12 14:59:03 +0100
commit1f01fd0a4c1937dfc6371f9f8de2b07d0e9b4bd2 (patch)
treef977261844660d7a7faaaeee13de6fe9ed139fc0 /build
parentc129c563f52a271e2ade2b2f7cd2424f9011164a (diff)
downloadclutter-1f01fd0a4c1937dfc6371f9f8de2b07d0e9b4bd2.tar.gz
clutter.modules: cluttersmith depends on gjs and clutter-gtk
This adds dependencies on gjs and clutter-gtk to cluttersmith. There was no module listed for gjs so this is added from the jhbuild gnome module list.
Diffstat (limited to 'build')
-rw-r--r--build/clutter.modules14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/clutter.modules b/build/clutter.modules
index f0623579c..5c428bfd2 100644
--- a/build/clutter.modules
+++ b/build/clutter.modules
@@ -251,7 +251,9 @@
revision="master"/>
<dependencies>
<dep package="clutter"/>
+ <dep package="clutter-gtk"/>
<dep package="mx"/>
+ <dep package="gjs"/>
</dependencies>
</autotools>
@@ -347,4 +349,16 @@
</dependencies>
</metamodule>
+ <autotools id="gjs">
+ <branch repo="git.gnome.org"
+ module="gjs"
+ revision="master"/>
+ <dependencies>
+ <dep package="gobject-introspection"/>
+ </dependencies>
+ <after>
+ <dep package="gir-repository"/>
+ </after>
+ </autotools>
+
</moduleset>