Skip to content

meson: Fix cairo fallback

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

When building with -Dcairo=enabled the first dependency('cairo', ...) call was aborting instead of returning not-found and continue with msvc checks and then again dependency() check with a fallback set.

Edited by Xavier Claessens

Merge request reports