diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-12 10:42:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-12 20:54:49 +0100 |
commit | cf0933a05aedb66b5d8999c84b935349b25dd974 (patch) | |
tree | fc430cf24748be328761310e25e44487777c1076 /build | |
parent | bd672d080ca0036ef1b88d26583e6af36f541461 (diff) |
gallium: Refresh.
Catch up with changes in APIs, still no substance and the integration
with winsys handles needs review.
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.win32.features-h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index f5eae809..1e66889e 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -62,7 +62,6 @@ 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 |