Re: [PATCH v2 0/2] build contrib/plugins using meson

2024-10-09 Thread Pierrick Bouvier
On 9/25/24 13:48, Pierrick Bouvier wrote: Contrib plugins have been built out of tree so far, thanks to a Makefile. However, it is quite inconvenient for maintenance, as we may break them, especially for specific architectures. First patches are fixing warnings for existing plugins, then we add

[PATCH v2 0/2] build contrib/plugins using meson

2024-09-25 Thread Pierrick Bouvier
Contrib plugins have been built out of tree so far, thanks to a Makefile. However, it is quite inconvenient for maintenance, as we may break them, especially for specific architectures. First patches are fixing warnings for existing plugins, then we add meson support, and finally, we remove Makefi