-
Notifications
You must be signed in to change notification settings - Fork 60
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
[WIP] Pango fixes #674
base: master
Are you sure you want to change the base?
[WIP] Pango fixes #674
Conversation
As of a22f87c, it fails with:
The older version failed with missing |
I think pango and cairo are circular dependencies. |
Also, please pull the zlib/png updates into separate PRs. They affect the On Mon, Feb 23, 2015 at 5:31 PM, Jimmy Tang [email protected]
|
@jcftang so we need to bootstrap cairo and pango using the same technique as gettext? |
Great! Carry on then :) |
@certik I think some experimenting might be needed to get the dependencies right, but yes the simple solution would to make it like what gettext does. Do you happen to have cairo already built in the stack that you are testing on right now? |
Each of these must be investigated and seen if it is really needed.
I think if pango and cairo are updated in seperate commits, it is worth merging. It will probably break a few other GTK2 dependencies, but its worth upgrading those as they come along as well. |
It looks to me like this can go in. |
No description provided.