-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
glib: Fix libdir for PkgConfigDeps #13645
glib: Fix libdir for PkgConfigDeps #13645
Conversation
I detected other pull requests that are modifying glib/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Duplicate of #13440. Anyway a fix to PkgConfigDeps would require a test of PkgConfigDeps, and you will hit the same issue than me: #13440 (comment) |
All green in build 1 (
|
Hooks produced the following warnings for commit 9ec8b65glib/2.68.3
|
This does not appear to be fixed?
|
libdir & includedir are an internal detail of a pkgconfig file. What really matters is Libs, Cflags etc. If you really want libdir & includedir variables, it would require a PR on conan client side. |
@planetmarshall @SpaceIm is right, fixes specific to the GLIB recipe would just be a temporary band-aid. Better to fix the issue in Conan for all such scenarios. I submitted the issue conan-io/conan#12279 for this some time ago. |
Specify library name and version: glib/*
Required to update
gstreamer
to use PkgConfigDeps: #13400.Related issue is here: conan-io/conan#12279.