diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-30 21:48:14 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-30 22:27:27 +0200 |
commit | 9f33f8453b4949cfdc63169d3acd7238f89379c2 (patch) | |
tree | 12e5c78b499fd12472e0daf34441baff999fd62d /build/Makefile.win32.features | |
parent | 9f4d677e2a6dd0bfbbbe20de39f92177bfdfc0e8 (diff) |
configure: Disable tee backend by default
We don't want to enable it by default when nobody uses it.
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 e80153f0..c2708d22 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -32,6 +32,7 @@ CAIRO_HAS_PS_SURFACE=1 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_PTHREAD=0 CAIRO_HAS_TRACE=0 |