aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
276 stars 60 forks source link

Include path fix for newest version of Skia #13

Closed no-more-secrets closed 5 years ago

no-more-secrets commented 5 years ago

Latest version of skia used by aseprite has a change to folder structure which is causing SKIA_SKCMS_INCLUDE_DIR to be NOTFOUND which is breaking the aseprite build.

dacap commented 5 years ago

Hi @dpacbach, actually there are several changes in newest Skia versions, we're working on a refactor of the library in the refactors branch (which will start using Skia m76).