diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-30 22:04:44 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-30 22:27:28 +0200 |
commit | 142df6f9638e10d0712e092d902f7670965a88f9 (patch) | |
tree | 874fb989dacd921e6adc651e726d35bcce87c9e3 /build | |
parent | 9f33f8453b4949cfdc63169d3acd7238f89379c2 (diff) |
configure: Disable xml backend by default
We don't want to enable it by default when nobody uses it.
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 c2708d22f..7e6061774 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -33,7 +33,7 @@ CAIRO_HAS_PDF_SURFACE=1 CAIRO_HAS_SVG_SURFACE=1 CAIRO_HAS_TEST_SURFACES=0 CAIRO_HAS_TEE_SURFACE=0 -CAIRO_HAS_XML_SURFACE=1 +CAIRO_HAS_XML_SURFACE=0 CAIRO_HAS_PTHREAD=0 CAIRO_HAS_TRACE=0 CAIRO_HAS_INTERPRETER=1 |