summaryrefslogtreecommitdiff
path: root/src/Makefile.win32.features
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-18 14:25:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 17:07:34 +0100
commit425b0e35e2d7d44d99e22169b98fc3ca05763650 (patch)
tree0ec758a1b0e3eec62c7a0de9c04d2ee3cc33f339 /src/Makefile.win32.features
parent6e0b3be903a6c3ad948de95f490cff92430429a6 (diff)
downloadcairo-425b0e35e2d7d44d99e22169b98fc3ca05763650.tar.gz
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 'src/Makefile.win32.features')
-rw-r--r--src/Makefile.win32.features14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features
index 8b17d5c57..5d705bc6d 100644
--- a/src/Makefile.win32.features
+++ b/src/Makefile.win32.features
@@ -430,6 +430,20 @@ enabled_cairo_headers += $(cairo_tee_headers)
enabled_cairo_private += $(cairo_tee_private)
enabled_cairo_sources += $(cairo_tee_sources)
+supported_cairo_headers += $(cairo_xml_headers)
+all_cairo_headers += $(cairo_xml_headers)
+all_cairo_private += $(cairo_xml_private)
+all_cairo_sources += $(cairo_xml_sources)
+ifeq ($(CAIRO_HAS_XML_SURFACE),1)
+enabled_cairo_headers += $(cairo_xml_headers)
+enabled_cairo_private += $(cairo_xml_private)
+enabled_cairo_sources += $(cairo_xml_sources)
+endif
+all_cairo_pkgconf += cairo-xml.pc
+ifeq ($(CAIRO_HAS_XML_SURFACE),1)
+enabled_cairo_pkgconf += cairo-xml.pc
+endif
+
supported_cairo_headers += $(cairo_user_headers)
all_cairo_headers += $(cairo_user_headers)
all_cairo_private += $(cairo_user_private)