Re: [PATCH 1/3] meson.build: Group the UI entries in a separate summary section

2023-06-02 Thread Philippe Mathieu-Daudé
On 2/6/23 19:18, Thomas Huth wrote: Let's make it easier for the users to spot UI-related entries in the summary of the meson output. Signed-off-by: Thomas Huth --- meson.build | 35 +-- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/meson.bui

[PATCH 1/3] meson.build: Group the UI entries in a separate summary section

2023-06-02 Thread Thomas Huth
Let's make it easier for the users to spot UI-related entries in the summary of the meson output. Signed-off-by: Thomas Huth --- meson.build | 35 +-- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/meson.build b/meson.build index a61d3e9b06..4a20a