diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-14 20:56:15 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-14 21:01:29 +0100 |
commit | 62e48b01b456ee07081c14ed8f3a1f5475db3b57 (patch) | |
tree | 510829d8d6acc4ae94321fb03c06c97afe1d3089 /build | |
parent | eee66899cdbd2d431b08b468ac2b285bb855e6da (diff) |
script: enable by default
I'm willing to make this a supported backend as I find it to be an
invaluable debugging tool...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.win32.features | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features index 5d75ba34..650b224c 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -24,7 +24,7 @@ CAIRO_HAS_VG_SURFACE=0 CAIRO_HAS_EGL_FUNCTIONS=0 CAIRO_HAS_GLX_FUNCTIONS=0 CAIRO_HAS_WGL_FUNCTIONS=0 -CAIRO_HAS_SCRIPT_SURFACE=0 +CAIRO_HAS_SCRIPT_SURFACE=1 CAIRO_HAS_FT_FONT=0 CAIRO_HAS_FC_FONT=0 CAIRO_HAS_PS_SURFACE=1 |