-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[glib/gtk/atk] Add pkgconfig file #12326
Conversation
The GTK pkg-config file should depend on the ones from gdk, pango, pangocairo, harfbuzz, cairo, cairo-gobject, gdk-pixbuf (directly or indirectly). Unless those are all there already this would be incomplete. |
I checked out your branch, then did:
But it failed with:
|
Some pkgconfig file for dependency ports added in #11776 |
List dependency ports which are lacking of the .pc file currently.
|
Closing this PR now. I will reopen it once I have time. |
Fixes #12282 #7641
Before: gdk-3.0.lib
Now: gdk-3.lib
Since the library name doesn't have '.0' which used in gtk+-3.0.pc.in file. Not sure why it added before.