summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorZoxc <zoxc32@gmail.com>2010-06-14 20:34:52 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-17 09:21:07 +0100
commitca35e09ece5107c3ebc9f111d4a3d96d69aa3d03 (patch)
treefe1ba4d1b0d5def9295786584e59ded63be03f13 /build
parent2af3262895d74492a0f856f049d1524a527257bb (diff)
gl: Added wgl boilerplate and moved the glx and egl boilerplates into their own files.
Diffstat (limited to 'build')
-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 9d9468cd..9aec98ce 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -62,6 +62,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