-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
gtk missing and broken pkgconfig files #12282
Comments
env PKG_CONFIG_PATH ? echo %PKG_CONFIG_PATH% set PKG_CONFIG_PATH=... |
|
|
We also just noticed that the .pc files that do exist are actually broken due to having an empty version.
|
Thanks for reporting this issue! I will take a look. |
The vcpkg project ships a broken, old, and forked version of GTK: - microsoft/vcpkg#12282 - microsoft/vcpkg#11797 - microsoft/vcpkg#11318 - microsoft/vcpkg#7827 - microsoft/vcpkg#7412 - microsoft/vcpkg#7641 - microsoft/vcpkg#6554
Duplicated to #7641. |
Describe the bug
The directory lib/pkgconfig is supposed to contain pkgconfig files for gtk, however some of them are missing.
I was instructed they were required here gtk-rs/gtk#1032
Environment
To Reproduce
Expected behavior
The command
pkg-config --libs gtk+-3.0
should succeedproblem 2
We also just noticed that the .pc files that do exist are actually broken due to having an empty version.
e.g. glib-2.0.pc:
The text was updated successfully, but these errors were encountered: