diff options
author | Neil Roberts <neil@linux.intel.com> | 2010-08-12 14:59:03 +0100 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2010-08-12 14:59:03 +0100 |
commit | 1f01fd0a4c1937dfc6371f9f8de2b07d0e9b4bd2 (patch) | |
tree | f977261844660d7a7faaaeee13de6fe9ed139fc0 /build | |
parent | c129c563f52a271e2ade2b2f7cd2424f9011164a (diff) | |
download | clutter-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.modules | 14 |
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> |