jhbuild scripts

Dirk Wallenstein halsmit at t-online.de
Mon Nov 8 01:50:36 PST 2010


Hi,
I made a few modifications to wayland.modules to work better with xjh.
The diff does not show dependency differences currently as I thought
that would clutter the output with bigger modulesets like the gnome
ones. However, mentioning dependency differences on the header line for
each module would probably be a good thing...

-- 
Greetings,
Dirk
-------------- next part --------------
<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
<!-- TODO: what to do about doc/sgml-tools? -->
<!-- TODO: util/cf has problems, commented out -->

<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
  <repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/" default="yes"/>
  <!-- include href="xjh.modules"/ -->

  <autotools id="kbproto">
    <branch module="xorg/proto/kbproto" checkoutdir="xorg/proto/kbproto" />
  </autotools>
  <autotools id="dri2proto">
    <branch module="xorg/proto/dri2proto" checkoutdir="xorg/proto/dri2proto" />
  </autotools>

  <metamodule id="xorg-protos">
    <dependencies>
      <dep package="kbproto"/>
      <dep package="dri2proto"/>
    </dependencies>
  </metamodule>

  <!-- libs -->

  <autotools id="libxkbcommon">
    <branch module="xorg/lib/libxkbcommon" checkoutdir="xorg/lib/libxbcommon" />
    <dependencies>
      <dep package="kbproto"/>
    </dependencies>
  </autotools>

  <autotools id="libdrm">
    <branch module="mesa/drm" checkoutdir="fdo/mesa/libdrm"/>
  </autotools>


  <!-- the Mesa module, which provides libGL, libGLU, and DRI drivers -->
  <autotools id="mesa" supports-non-srcdir-builds="no" check-target="false" skip-autogen="never" autogenargs="--enable-gl --enable-gles2">
    <branch module="mesa/mesa" checkoutdir="fdo/mesa/mesa"/>

    <dependencies>
      <dep package="libdrm"/>
    </dependencies>
  </autotools>

  <autotools id="cairo" autogenargs="--enable-gl">
    <branch module="cairo" checkoutdir="fdo/cairo"/>
    <dependencies>
      <dep package="mesa"/>
    </dependencies>
  </autotools>

  <autotools id="wayland" supports-non-srcdir-builds="no" check-target="false" skip-autogen="never">
    <branch module="wayland" checkoutdir="fdo/wayland"/>
    <dependencies>
      <dep package="libxkbcommon"/>
      <dep package="cairo"/>
      <dep package="mesa"/>
    </dependencies>
  </autotools>
</moduleset>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff-xjh-wayland.png
Type: image/png
Size: 24480 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20101108/9235dec7/attachment-0001.png>


More information about the wayland-devel mailing list