diff options
author | Benjamin Otte <otte@redhat.com> | 2010-01-27 09:56:14 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-01-27 09:56:14 +0100 |
commit | 58980b4ad60a60923a59370c81d59bb0457a7922 (patch) | |
tree | 568fdd7f5a8449f0df75200907fec668844b1cd8 /test/Makefile.am | |
parent | 17ddb1598b3df374b6275d907441f34318b4257f (diff) |
build: Remove glitz surface
glitz is unmaintained and the GL surface is far superior anyway.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ac515ebf..6dd734f2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,10 +21,6 @@ if CAIRO_HAS_QUARTZ_SURFACE test_sources += $(quartz_surface_test_sources) endif -if CAIRO_HAS_GLITZ_SURFACE -test_sources += $(glitz_surface_test_sources) -endif - if CAIRO_HAS_PDF_SURFACE test_sources += $(pdf_surface_test_sources) endif @@ -524,10 +520,6 @@ REFERENCE_IMAGES = \ ft-text-vertical-layout-type3.svg.ref.png \ ft-text-vertical-layout-type3.xlib.ref.png \ get-group-target.ref.png \ - glitz-surface-source.argb32.ref.png \ - glitz-surface-source.rgb24.ref.png \ - glitz-surface-source.ps2.ref.png \ - glitz-surface-source.ps3.ref.png \ glyph-cache-pressure.ps2.ref.png \ glyph-cache-pressure.ps3.ref.png \ glyph-cache-pressure.quartz.ref.png \ |