diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-29 09:19:01 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-05 09:38:43 -0800 |
commit | 235de8d7a492ccd132fb83f78d33b408bd76aec1 (patch) | |
tree | bf37af0a65105aee5cb4f2b83f8bea535a9c7f02 /build/Makefile.win32.features-h | |
parent | 83ec4b16b7b9a27439fee2d84c50e30a1ec2d68c (diff) |
[gl] Add basics for GL surface backend using test-fallback as base.
Diffstat (limited to 'build/Makefile.win32.features-h')
-rw-r--r-- | build/Makefile.win32.features-h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index 82f6121b..cae81357 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -41,6 +41,9 @@ endif ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1) @echo "#define CAIRO_HAS_PNG_FUNCTIONS 1" >> src/cairo-features.h endif +ifeq ($(CAIRO_HAS_GL_SURFACE),1) + @echo "#define CAIRO_HAS_GL_SURFACE 1" >> src/cairo-features.h +endif ifeq ($(CAIRO_HAS_GLITZ_SURFACE),1) @echo "#define CAIRO_HAS_GLITZ_SURFACE 1" >> src/cairo-features.h endif |