You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you build a recipe based on meson with meson 1.3.0, there is a deprecation message:
DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by "pkg-config"
It comes from the file generated by MesonToolchain conan_meson_native.ini where there is for example pkgconfig = 'C:/Users/spaceim/.conan2/p/pkgco6062a3e090f7e/p/bin/pkgconf.exe' if pkgconf recipe is also in build requirements.
So MesonToolchain should be updated in order to handle old and new meson convention.
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
What is your suggestion?
When you build a recipe based on meson with meson 1.3.0, there is a deprecation message:
It comes from the file generated by MesonToolchain
conan_meson_native.ini
where there is for examplepkgconfig = 'C:/Users/spaceim/.conan2/p/pkgco6062a3e090f7e/p/bin/pkgconf.exe'
ifpkgconf
recipe is also in build requirements.So MesonToolchain should be updated in order to handle old and new meson convention.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: