Hi! I was trying to build the sample project using meson with subprojects but I faced a problem, the docs suggest that you should put valum dependency in this way
Ideally the dependency variable name should be of _dep form. This way one can just use it without even looking inside build definitions of that subproject.
I think the docs are obsolete, because later I check the code and yeah, there is a file with this valum/docs/getting-started.rst that suggest the action, and also the valum/src/meson.build has the same name.
Hi! I was trying to build the sample project using meson with subprojects but I faced a problem, the docs suggest that you should put valum dependency in this way
But after reading the meson docs about subprojects they suggest to
After changing that everything works
I think the docs are obsolete, because later I check the code and yeah, there is a file with this
valum/docs/getting-started.rst
that suggest the action, and also thevalum/src/meson.build
has the same name.Thanks for your work!