Skip to content
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

Fix pixman's pkgconfig file #1001

Closed

Conversation

jaysonsantos
Copy link
Contributor

This should fix an issue when building cairo, as it won't find pixman-1 on pkgconfig, it will try to download from git which normally works unless you have git in a different path like installed by scoop.

@danyeaw
Copy link
Member

danyeaw commented Jul 5, 2023

@jaysonsantos Thanks so much for your first contribution!

One thing I'm concerned with is that we are pulling in the pixman-1.pc.in file as a patch unchanged, which isn't probably a huge deal, but it would be better if we were just using the upstreamed file if it is possible.

I noticed that Pixman added a Meson build backend which would probably take care of installing all the right files for us automatically, maybe we should update to it?

@jaysonsantos jaysonsantos deleted the fix-pixman-pc-file-PER-257 branch July 5, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants