[jhbuild] wayland: Add clutter-gtk and missing dependencies



commit a8be56810bc1063fcdd416f3db840f73e055f38a
Author: Rob Bradford <rob linux intel com>
Date:   Tue Jul 30 18:47:34 2013 +0100

    wayland: Add clutter-gtk and missing dependencies

 modulesets/other/wayland.modules |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/other/wayland.modules b/modulesets/other/wayland.modules
index 7dca75e..4a09248 100644
--- a/modulesets/other/wayland.modules
+++ b/modulesets/other/wayland.modules
@@ -165,4 +165,38 @@
       <dep package="libxkbcommon"/>
     </dependencies>
   </autotools>
+
+  <autotools id="cogl" autogenargs="--enable-gles2 --enable-wayland-egl-platform">
+    <pkg-config>cogl-1.0.pc</pkg-config>
+    <branch repo="gnome" revision="cogl-1.16"/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="pango"/>
+    </dependencies>
+    <suggests>
+      <dep package="gobject-introspection"/>
+    </suggests>
+  </autotools>
+
+  <autotools id="clutter" autogenargs="--enable-wayland-backend --enable-installed-tests">
+    <branch repo="gnome" revision="clutter-1.16"/>
+    <dependencies>
+      <dep package="cogl"/>
+      <dep package="atk"/>
+      <dep package="glib"/>
+      <dep package="cairo"/>
+      <dep package="gobject-introspection"/>
+    </dependencies>
+    <suggests>
+      <dep package="gdk-pixbuf"/>
+    </suggests>
+  </autotools>
+
+  <autotools id="clutter-gtk">
+    <branch repo="gnome" revision="master"/>
+    <dependencies>
+      <dep package="clutter"/>
+      <dep package="gtk"/>
+    </dependencies>
+  </autotools>
 </moduleset>


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