summaryrefslogtreecommitdiff
path: root/build/Makefile.win32.features-h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-03-11 01:48:43 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-03-11 01:49:18 +0000
commitb101c7dab8cdbf7b9321355a8d2311b2f863f011 (patch)
tree8357716b0e3bbbae3e3e2bcc8bb5fc3ea7e49fe4 /build/Makefile.win32.features-h
parentca6e4e1f91e0a90666551d2fa74cfc04484d4e80 (diff)
gl: Add EGL interface
Enable the EGL backend for GL.
Diffstat (limited to 'build/Makefile.win32.features-h')
-rw-r--r--build/Makefile.win32.features-h1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index f7c07acc7..c2a533274 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -59,6 +59,7 @@ endif
ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1)
@echo "#define CAIRO_HAS_PNG_FUNCTIONS 1" >> src/cairo-features.h
endif
+ @echo "#define CAIRO_HAS_GLEW_FUNCTIONS 1" >> src/cairo-features.h
ifeq ($(CAIRO_HAS_GL_SURFACE),1)
@echo "#define CAIRO_HAS_GL_SURFACE 1" >> src/cairo-features.h
endif