summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-14 20:56:15 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-14 21:01:29 +0100
commit62e48b01b456ee07081c14ed8f3a1f5475db3b57 (patch)
tree510829d8d6acc4ae94321fb03c06c97afe1d3089 /configure.ac
parenteee66899cdbd2d431b08b468ac2b285bb855e6da (diff)
downloadcairo-62e48b01b456ee07081c14ed8f3a1f5475db3b57.tar.gz
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50efecc9c..fc14341d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,7 +407,7 @@ CAIRO_ENABLE_FUNCTIONS(wgl, WGL, auto, [
dnl ===========================================================================
any2ppm_cs=no
-CAIRO_ENABLE_SURFACE_BACKEND(script, script, no, [
+CAIRO_ENABLE_SURFACE_BACKEND(script, script, yes, [
any2ppm_cs=yes
])