-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for using system skia #257
base: main
Are you sure you want to change the base?
Conversation
No, it does not. I actually do this kind of thing for myself while doing the monthly pulls, and the static libraries needs to be compiled with FWIW, my build script to do it separately, and the monthly releases of shared and static libraries, are at: |
And why are you modifying the non-NixOS code, also? You don't need to touch the apple or Windows code, really. |
Just launch python, (into the REPL prompt), then type |
I'll let this go through CI, but I am not convinced it will pass... anyway, let's see. |
You'll need a bit more change to |
I mainly build it as a dependencies for building noto-font (which did build after this patch), but i did not test it standalone, but doing the import like you said indeed fails with an import error.
We also have MacOS support and are working on getting windows support (very early states (mainly cross)) Will need to do a more in dpeth look into this will draft the pr till then. |
|
I'm currently working on packaging skia-python for NixOS and i want to compile it against our version of skia. This patch makes it possible for me to-do that.