summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-14 19:29:07 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-04-14 19:31:35 +0100
commit4351304b5110200b77e6851995cf533a929ba17e (patch)
tree7188596346f44aec035a8a48b05b26e2518a8109 /build
parentbd17b898b1c249aa0dc443bc303bad4fea8690bc (diff)
Win32 features update.
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 f7c07acc..c2a53327 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