diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-20 18:55:04 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-20 18:56:10 +0100 |
commit | e2883177487ba294a0c97bafb00e2f56e5fe84d9 (patch) | |
tree | 3fec720e9e792895f3d763fab6d7af0e867a2a9f /util/cairo.modules | |
parent | 0c1e86d661e145981050129b163eae0fb8f4a963 (diff) |
Add a jhbuild moduleset.
Diffstat (limited to 'util/cairo.modules')
-rw-r--r-- | util/cairo.modules | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/util/cairo.modules b/util/cairo.modules new file mode 100644 index 000000000..797b25e7f --- /dev/null +++ b/util/cairo.modules @@ -0,0 +1,19 @@ +<?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="fd.o" href="git://anongit.freedesktop.org/git/"/> + + <autotools id="cairo"> + <branch repo="fd.o" module="cairo"/> + <dependencies> + <dep package="pixman"/> + <dep package="fontconfig"/> + </dependencies> + <after> + <dep package="libXrender"/> + </after> + </autotools> +</moduleset> |