[jhbuild] 3.10: Add weston to gnome-apps



commit 939a48bde2bb43672ff77368d09a2a4e9ab6372f
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 9 21:09:58 2013 -0400

    3.10: Add weston to gnome-apps
    
    It is useful to have a Wayland compositor in the moduleset.
    Until gnome-shell can function as one, add weston to the
    moduleset.

 modulesets/gnome-apps-3.10.modules |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.10.modules b/modulesets/gnome-apps-3.10.modules
index b2723ec..b7c199d 100644
--- a/modulesets/gnome-apps-3.10.modules
+++ b/modulesets/gnome-apps-3.10.modules
@@ -15,6 +15,8 @@
       href="git://libvirt.org/"/>
   <repository type="git" name="fedorahosted.org"
       href="git://git.fedorahosted.org/git/"/>
+  <repository type="git" name="wayland" default="yes"
+      href="git://anongit.freedesktop.org/git/wayland"/>
 
 <!-- tarball repos -->
   <repository type="tarball" name="gnome.org"
@@ -838,6 +840,15 @@
     </suggests>
   </autotools>
 
+  <autotools id="weston" autogenargs="--disable-setuid-install">
+    <branch repo="wayland"/>
+    <dependencies>
+      <dep package="wayland"/>
+      <dep package="cairo"/>
+      <dep package="libxkbcommon"/>
+    </dependencies>
+  </autotools>
+
 <!-- Meta Modules -->
 
   <!-- Tested applications: these are built continuously by build.gnome.org


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