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 /build/Makefile.win32.features-h | |
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 'build/Makefile.win32.features-h')
-rw-r--r-- | build/Makefile.win32.features-h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index c5df7bdbf..f7c07acc7 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 |