diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-14 19:29:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-14 19:31:35 +0100 |
commit | 4351304b5110200b77e6851995cf533a929ba17e (patch) | |
tree | 7188596346f44aec035a8a48b05b26e2518a8109 /build | |
parent | bd17b898b1c249aa0dc443bc303bad4fea8690bc (diff) |
Win32 features update.
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.win32.features-h | 1 |
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 |