diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-02-11 10:38:51 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-02-11 10:38:51 +0000 |
commit | 22b5f78c1c1ae7d289a99a3c52354bba3b9e817f (patch) | |
tree | 142a4717d8f8c45a44554df97c8728788cbb0285 /configure.ac | |
parent | ed4a30b38311e4ce0730ecd6026432f4a1e8ddf7 (diff) |
gl: Remove eagle support
Eagle is no more, Kristian has superseded it with true EGL support. He
is so happy...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 626bf140..7d0cde0b 100644 --- a/configure.ac +++ b/configure.ac @@ -332,7 +332,6 @@ CAIRO_ENABLE_SURFACE_BACKEND(gl, OpenGL, no, [ CAIRO_CFLAGS="$CAIRO_CFLAGS -I\$(top_srcdir)/src/glew" fi need_glx_functions=yes - need_eagle_functions=yes ]) dnl =========================================================================== @@ -356,17 +355,6 @@ CAIRO_ENABLE_SURFACE_BACKEND(vg, OpenVG, no, [ fi ]) -CAIRO_ENABLE_FUNCTIONS(eagle, eagle, auto, [ - if test "x$need_eagle_functions" = "xyes"; then - eagle_REQUIRES="eagle" - PKG_CHECK_MODULES(eagle, $eagle_REQUIRES, , - [AC_MSG_RESULT(no) - use_eagle="no (requires eagle)"]) - else - use_eagle="no (not required by any backend)" - fi -]) - CAIRO_ENABLE_FUNCTIONS(egl, EGL, auto, [ if test "x$need_egl_functions" = "xyes"; then AC_CHECK_HEADER(EGL/egl.h,, [use_egl="no (EGL headers not found)"]) |