summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-02-11 10:38:51 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-02-11 10:38:51 +0000
commit22b5f78c1c1ae7d289a99a3c52354bba3b9e817f (patch)
tree142a4717d8f8c45a44554df97c8728788cbb0285 /build
parented4a30b38311e4ce0730ecd6026432f4a1e8ddf7 (diff)
gl: Remove eagle support
Eagle is no more, Kristian has superseded it with true EGL support. He is so happy...
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.win32.features1
-rw-r--r--build/Makefile.win32.features-h3
-rw-r--r--build/configure.ac.features1
3 files changed, 0 insertions, 5 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features
index b32e7fcf..2f40eb2f 100644
--- a/build/Makefile.win32.features
+++ b/build/Makefile.win32.features
@@ -21,7 +21,6 @@ CAIRO_HAS_PNG_FUNCTIONS=1
CAIRO_HAS_GL_SURFACE=0
CAIRO_HAS_DIRECTFB_SURFACE=0
CAIRO_HAS_VG_SURFACE=0
-CAIRO_HAS_EAGLE_FUNCTIONS=0
CAIRO_HAS_EGL_FUNCTIONS=0
CAIRO_HAS_GLX_FUNCTIONS=0
CAIRO_HAS_SCRIPT_SURFACE=0
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index c5df7bdb..f7c07acc 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -68,9 +68,6 @@ endif
ifeq ($(CAIRO_HAS_VG_SURFACE),1)
@echo "#define CAIRO_HAS_VG_SURFACE 1" >> src/cairo-features.h
endif
-ifeq ($(CAIRO_HAS_EAGLE_FUNCTIONS),1)
- @echo "#define CAIRO_HAS_EAGLE_FUNCTIONS 1" >> src/cairo-features.h
-endif
ifeq ($(CAIRO_HAS_EGL_FUNCTIONS),1)
@echo "#define CAIRO_HAS_EGL_FUNCTIONS 1" >> src/cairo-features.h
endif
diff --git a/build/configure.ac.features b/build/configure.ac.features
index c4c5bd9d..34406d74 100644
--- a/build/configure.ac.features
+++ b/build/configure.ac.features
@@ -391,7 +391,6 @@ AC_DEFUN([CAIRO_REPORT],
echo " GLEW functions: $use_glew"
echo " GLX functions: $use_glx"
echo " EGL functions: $use_egl"
- echo " Eagle functions: $use_eagle"
echo " X11-xcb functions: $use_xlib_xcb"
echo " XCB-drm functions: $use_xcb_drm"
echo " XCB-shm functions: $use_xcb_shm"