diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-18 14:25:25 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-29 17:07:34 +0100 |
commit | 425b0e35e2d7d44d99e22169b98fc3ca05763650 (patch) | |
tree | 0ec758a1b0e3eec62c7a0de9c04d2ee3cc33f339 /build/Makefile.win32.features-h | |
parent | 6e0b3be903a6c3ad948de95f490cff92430429a6 (diff) |
Add xml surface
A very simple surface that produces a hierarchical DAG in a simple XML
format. It is intended to be used whilst debugging, for example with the
automatic regression finding tools of cairo-sphinx, and with test suites
that just want to verify that their code made a particular Cairo call.
Diffstat (limited to 'build/Makefile.win32.features-h')
-rw-r--r-- | build/Makefile.win32.features-h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index f647b166..04327900 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -92,5 +92,8 @@ endif @echo "#define CAIRO_HAS_IMAGE_SURFACE 1" >> src/cairo-features.h @echo "#define CAIRO_HAS_META_SURFACE 1" >> src/cairo-features.h @echo "#define CAIRO_HAS_TEE_SURFACE 1" >> src/cairo-features.h +ifeq ($(CAIRO_HAS_XML_SURFACE),1) + @echo "#define CAIRO_HAS_XML_SURFACE 1" >> src/cairo-features.h +endif @echo "#define CAIRO_HAS_USER_FONT 1" >> src/cairo-features.h @echo "#endif" >> src/cairo-features.h |