Skip to content

meson: Fix build when libpng is not found

Xavier Claessens requested to merge xclaesse/cairo:meson-xml into master

trace-to-xml.c needs cairo-xml.h which is only available when CAIRO_HAS_XML_SURFACE feature is built which is only available when both zlib and png are found. CAIRO_HAS_INTERPRETER only requires zlib.

Merge request reports