On 4/24/25 11:33, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
> qapi/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/meson.build b/qapi/meson.build
> index ba9380d3f03..58ca8caee12 100644
> --- a/qapi/meson.build
> +++ b/qapi/meson.build
> @@ -144,7 +144,7 @@ foreach output : qapi_specific_outputs + qapi_nonmodule_outputs
> if output.endswith('.trace-events')
> qapi_trace_events += qapi_files[i]
> endif
> - specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: qapi_files[i])
> + system_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: qapi_files[i])
You no longer need the conditional by moving to system_ss.
r~