[jhbuild] Adding a wayland moduleset under other



commit 705dc227fa878a9a73f201a1cbaed688684230e8
Author: Alberto Ruiz <aruiz gnome org>
Date:   Fri Apr 15 13:23:20 2011 +0100

    Adding a wayland moduleset under other

 modulesets/other/wayland.modules |   97 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 97 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/other/wayland.modules b/modulesets/other/wayland.modules
new file mode 100644
index 0000000..57b3ac2
--- /dev/null
+++ b/modulesets/other/wayland.modules
@@ -0,0 +1,97 @@
+<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
+<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+<!-- vim:set ts=2 expandtab: -->
+<moduleset>
+  <repository type="git" name="freedesktop" default="yes"
+      href="git://anongit.freedesktop.org/git"/>
+  <repository type="git" name="wayland" default="yes"
+      href="git://anongit.freedesktop.org/git/wayland"/>
+  <repository type="git" name="mesa" default="yes"
+      href="git://anongit.freedesktop.org/git/mesa"/>      
+  <repository type="git" name="xorg-util" default="yes"
+      href="git://anongit.freedesktop.org/git/xorg/util"/>
+  <repository type="git" name="xorg-proto" default="yes"
+      href="git://anongit.freedesktop.org/git/xorg/proto"/>
+  <repository type="git" name="xorg-lib" default="yes"
+      href="git://anongit.freedesktop.org/git/xorg/lib"/>
+  <repository type="git" name="xorg-doc" default="yes"
+      href="git://anongit.freedesktop.org/git/xorg/doc"/>
+  <autotools id="pixman">
+    <branch repo="freedesktop"/>
+  </autotools>
+  
+  <autotools id="cairo" autogenargs="--enable-gl --enable-xcb --enable-egl">
+    <branch repo="freedesktop"/>
+    <dependencies>
+      <dep package="pixman"/>
+      <dep package="mesa"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="drm" autogenargs="--enable-nouveau-experimental-api ">
+    <branch repo="mesa"/>
+  </autotools>
+  
+  <autotools id="mesa" autogenargs="--enable-gles2 --disable-gallium-egl --enable-gallium-nouveau --enable-gallium-r600 --with-egl-platforms=x11,wayland,drm">
+    <branch repo="mesa"/>
+    <dependencies>
+      <dep package="drm"/>
+      <dep package="libX11"/>
+    </dependencies>
+  </autotools>
+  
+  <autotools id="wayland" autogenargs="--with-egl-platforms=wayland,drm ">
+    <branch repo="wayland"/>
+    <!-- just depends on ffi -->
+  </autotools>
+
+  <autotools id="wayland-demos">
+    <branch repo="wayland"/>
+    <dependencies>
+      <dep package="wayland"/>
+      <dep package="cairo"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="macros">
+    <branch repo="xorg-util"/>
+  </autotools>
+  
+  <autotools id="xproto">
+    <branch repo="xorg-proto"/>
+    <dependencies>
+      <dep package="macros"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="kbproto">
+    <branch repo="xorg-proto"/>
+    <dependencies>
+      <dep package="xproto"/>
+    </dependencies>
+  </autotools>
+  
+  <autotools id="libX11">
+    <branch repo="xorg-lib"/>
+    <dependencies>
+      <dep package="macros"/>
+      <dep package="kbproto"/>
+      <dep package="libxtrans"/>
+    </dependencies>
+  </autotools>
+  
+  <autotools id="libxtrans" >
+    <branch repo="xorg-lib"/>
+  </autotools>
+
+  <autotools id="libxkbcommon" >
+    <branch repo="xorg-lib"/>
+    <dependencies>
+      <dep package="macros"/>
+      <dep package="xproto"/>
+      <dep package="kbproto"/>
+      <dep package="libX11"/>    
+    </dependencies>
+  </autotools>
+</moduleset>



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