I am trying to build custom gst-plugin which has third party library dependency.
With cc.find_library and dirs
option (takes absolute path) I am able to build the setup.
But I want to include the relative paths, so that when others uses my package they don't have to change anything, just run the meson build. Is there any way to do the same: to add/include relative to search library in directories?