emscripten-forge / recipes

Recipes to build the packages for the emscripten-forge distribution
BSD 3-Clause "New" or "Revised" License
56 stars 49 forks source link

Build Cairo with freetype #1396

Closed anutosh491 closed 3 weeks ago

anutosh491 commented 3 weeks ago

Here are somethings I see

1) Building cairo locally as per the recipe on master fails 2) We need a patch that was realized by the maintainers of cairo too to compile it to emscripten (merged into master but not available in 1.18.0 so should be there till next release https://gitlab.freedesktop.org/cairo/cairo/-/issues/792) 3) I think pango expects cairo to be built with freetype and fontconfig if we want to include it as a dependency

anutosh491 commented 3 weeks ago

Should be rebased on #1395

anutosh491 commented 3 weeks ago

Rebase done, CI passes as expected :)