-
Notifications
You must be signed in to change notification settings - Fork 56
Add cairo as dependency for harfbuzz #1350
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
base: main
Are you sure you want to change the base?
Add cairo as dependency for harfbuzz #1350
Conversation
5a38591
to
ff2a2bd
Compare
ff2a2bd
to
cb6f2d1
Compare
`cairo` v1.18.0 is the min version available on emscripten-forge
ef484b3
to
b38e436
Compare
@anutosh491 is this still relevant or can this be closed? |
Arghh I was trying to help @IsabelParedes out here with the recipe (I completely forgot if I was successful 😅 ) Maybe Isabel can tell us if something is pending here. |
# TODO: test hb-view, hb-shape, and hb-subset with cairo or chafa enabled | ||
- test -f $PREFIX/include/harfbuzz/hb-shape.h | ||
- test -f $PREFIX/include/harfbuzz/hb-subset.h | ||
# TODO: test hb-view with chafa enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This TODO should probably be addressed or removed. Other than that, LGTM
|
||
requirements: | ||
build: | ||
# NOTE: harfbuzz doesn't need host dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be using the headers from the host
platform and not the ones from build
, in case these have been patched (for example in glib
). These dependencies should also be listed under host to ensure they are available for the correct platform. glib
has not be repackaged with the new emscripten.
No description provided.