<div dir="ltr">Hi, i'm trying to use external static library to my plugin using meson. I know this is not directly a gstreamer question but perhaps there is a simple answer<div><br></div><div>The external lib is in C  and configinc has all the lib path using include_directories function.<br></div><div><br></div><div>I tried the following command but the linker still complain. </div><div>my_lib = static_library('XXXXX_capture')<br><br>my_dep = declare_dependency(link_with : my_lib, include_directories : configinc)<br></div><div><br></div><div>Is there an example in the repo? I search but all I could find in external dependency that gets build as subproject.</div><div><br></div><div>Thanks<br>FredT</div></div>