Cleanly using conan packages in meson #9944
Unanswered
wbehrens-on-gh
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It would, but you didn't change it. You created a meson variable wrapping a dict which contains an element named PKG_CONFIG_PATH and which is suitable for passing as the That's not capable of modifying the original shell environment you ran meson under. |
Beta Was this translation helpful? Give feedback.
0 replies
-
is there a way I can tell meson/pkg-config to look in that directory while keeping it all contained inside meson? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup a system for cleanly using conan packages in meson(I would use wrapDB but the packages I need aren't in there yet) I added the conan install as a run_command and now I need a way to use the install .pc files in meson. I installed them to meson.build_root() and I though just changing the PKG_CONFIG_PATH to that would work but it seems it didn't. Does anyone have and insight on the cleanest way to do this?
Beta Was this translation helpful? Give feedback.
All reactions