Skip to content

Support building statically on Windows using Meson

Naveen M K requested to merge naveen521kk/cairo:fix-static into master

This change adds CAIRO_WIN32_STATIC_BUILD definition on building statically on Windows and XML_STATIC when compiling some of the utils which uses expat as mentioned in the docs.

This should fix #461 and the solution was mentioned in https://lists.cairographics.org/archives/cairo/2021-February/029196.html

Merge request reports