-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Freetype does not have harfbuzz support (circular dependency) #1903
Comments
How do other package managers do this? |
have a look at https://gist.github.com/roxlu/0108d45308a0434e27d4320396399153#file-cmakelists-txt which support circular dependency of harfbuzz and freetype, and vitasdk/packages#28 (comment) |
Hi @Ghabry thanks for posting this issue. Please try to update vcpkg and use them. @ebraminio thanks for your all work on this issue. |
Hi. I can confirm this is still an issue. Is there a patch for the circular dependency? |
Hi @zcream |
Freetype supports textshaping through Harfbuzz but to compile harfbuzz you need freetype first.
Which means to get a freetype that supports harfbuzz the compile order is:
Any idea how to solve this? This would need a "freetype-with-harfbuzz" package that provides "freetype". Can this be expressed with vcpkg?
The text was updated successfully, but these errors were encountered: