Skip to content
  • Xavier Claessens's avatar
    meson: Add fallback for pcre2 and xml2 · 17f60286
    Xavier Claessens authored
    When building on Windows those 2 dependencies are usually not available,
    but Meson can build them as subproject. Simply run 'meson wrap install
    pcre2' and 'meson wrap install libxml2'
    
    gtk4 and all its dependencies can also be built as subproject if adding
    a gtk4.wrap file. With those gtksourceview and all its deps can fully
    build on Windows with MSVC.
    17f60286