cairo/util/cairo.modules
Chris Wilson 6d4f3c40ef Add a private copy of GLEW
This appears to be the simplest mechanism to build libglew at the moment -
should a system copy be unavailable.  Fortunately libglew is now distributed
under a permissive licence.

If you want to pass 'make -C src check' you have to use the system copy,
or spend quite a bit of time cairo-fying libglew.
2009-09-14 09:26:02 +01:00

27 lines
864 B
XML

<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
<include href="http://cgit.freedesktop.org/xorg/util/modular/plain/xorg.modules" />
<repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
<autotools id="glitz">
<branch repo="git.freedesktop.org" module="glitz"/>
<dependencies>
<dep package="libGL"/>
</dependencies>
</autotools>
<autotools id="cairo" autogenargs="--enable-gl --enable-glitz">
<branch repo="git.freedesktop.org" module="cairo"/>
<dependencies>
<dep package="pixman"/>
<dep package="fontconfig"/>
<dep package="glitz"/>
</dependencies>
<after>
<dep package="libXrender"/>
</after>
</autotools>
</moduleset>