summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-01-27 09:56:14 +0100
committerBenjamin Otte <otte@redhat.com>2010-01-27 09:56:14 +0100
commit58980b4ad60a60923a59370c81d59bb0457a7922 (patch)
tree568fdd7f5a8449f0df75200907fec668844b1cd8 /util
parent17ddb1598b3df374b6275d907441f34318b4257f (diff)
build: Remove glitz surface
glitz is unmaintained and the GL surface is far superior anyway.
Diffstat (limited to 'util')
-rw-r--r--util/cairo.modules10
1 files changed, 1 insertions, 9 deletions
diff --git a/util/cairo.modules b/util/cairo.modules
index d41ea1b6..71a3922f 100644
--- a/util/cairo.modules
+++ b/util/cairo.modules
@@ -6,20 +6,12 @@
<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">
+ <autotools id="cairo" autogenargs="--enable-gl">
<branch repo="git.freedesktop.org" module="cairo"/>
<dependencies>
<dep package="pixman"/>
<dep package="fontconfig"/>
<dep package="libGL"/>
- <dep package="glitz"/>
</dependencies>
<after>
<dep package="libXrender"/>