summaryrefslogtreecommitdiff
path: root/boilerplate/Makefile.am
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 /boilerplate/Makefile.am
parent17ddb1598b3df374b6275d907441f34318b4257f (diff)
build: Remove glitz surface
glitz is unmaintained and the GL surface is far superior anyway.
Diffstat (limited to 'boilerplate/Makefile.am')
-rw-r--r--boilerplate/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am
index 10fb6af3..547f4156 100644
--- a/boilerplate/Makefile.am
+++ b/boilerplate/Makefile.am
@@ -32,19 +32,6 @@ if CAIRO_HAS_BEOS_SURFACE
AM_CPPFLAGS += -Wno-multichar
endif
-if CAIRO_CAN_TEST_GLITZ_AGL_SURFACE
-libcairoboilerplate_la_LIBADD += $(GLITZ_AGL_LIBS)
-endif
-if CAIRO_CAN_TEST_GLITZ_EGL_SURFACE
-libcairoboilerplate_la_LIBADD += $(GLITZ_EGL_LIBS)
-endif
-if CAIRO_CAN_TEST_GLITZ_GLX_SURFACE
-libcairoboilerplate_la_LIBADD += $(GLITZ_GLX_LIBS)
-endif
-if CAIRO_CAN_TEST_GLITZ_WGL_SURFACE
-libcairoboilerplate_la_LIBADD += $(GLITZ_WGL_LIBS)
-endif
-
if CAIRO_HAS_WIN32_SURFACE
libcairoboilerplate_la_LIBADD += -lwinspool
endif