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 | |
parent | 83ec4b16b7b9a27439fee2d84c50e30a1ec2d68c (diff) |
[gl] Add basics for GL surface backend using test-fallback as base.
Diffstat (limited to 'build/Makefile.win32.features')
-rw-r--r-- | build/Makefile.win32.features | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features index aa7e56e1..69b3b39e 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -12,6 +12,7 @@ CAIRO_HAS_OS2_SURFACE=0 CAIRO_HAS_BEOS_SURFACE=0 CAIRO_HAS_SDL_SURFACE=0 CAIRO_HAS_PNG_FUNCTIONS=1 +CAIRO_HAS_GL_SURFACE=0 CAIRO_HAS_GLITZ_SURFACE=0 CAIRO_HAS_DIRECTFB_SURFACE=0 CAIRO_HAS_SCRIPT_SURFACE=0 |