Re: [PATCH v3 0/3] build contrib/plugins using meson

2024-11-04 Thread Pierrick Bouvier
Hi Alex, On 10/24/24 03:15, Alex Bennée wrote: Pierrick Bouvier writes: 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

Re: [PATCH v3 0/3] build contrib/plugins using meson

2024-10-24 Thread Alex Bennée
Pierrick Bouvier writes: > 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 >

[PATCH v3 0/3] build contrib/plugins using meson

2024-10-23 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