Skip to content

meson: Add libxml2 support

Akira TAGOH requested to merge tagoh/fontconfig:meson-libxml2 into main

'xml-backend' a new build option to choose the xml backend.

Currently three options are available: expat, libxml2 and auto. 'auto' tries to find out expat first and then libxml2.

If you don't like to fallback to subprojects, try --wrap-mode=nodownload or nofallback.

Merge request reports