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
there is a pkg_config_custom_content property, but it uses an arbitrary string blob to insert.
it would be nice to have an improved UX to pass a dictionary of variables, just like in CMakeDeps (see #9764, #8360):
there is a pkg_config_custom_content property, but it uses an arbitrary string blob to insert.
it would be nice to have an improved UX to pass a dictionary of variables, just like in CMakeDeps (see #9764, #8360):
a few examples in conan-center:
https://github.com/conan-io/conan-center-index/blob/master/recipes/glib/all/conanfile.py#L300
https://github.com/conan-io/conan-center-index/blob/master/recipes/wayland/all/conanfile.py#L102
https://github.com/conan-io/conan-center-index/blob/master/recipes/xorg-macros/all/conanfile.py#L73
The text was updated successfully, but these errors were encountered: