Re: [PATCH] meson.build: Print gtk version in the summary info

2022-01-07 Thread Thomas Huth
On 05/01/2022 20.08, Thomas Huth wrote: The "gtk" variable is re-declared as "dependencies: [gtk, gtkx11]", so there is just a "YES" in the summary info if gtk has been found. Let's use the info from the library detection instead so that the library version is printed in the summary instead. Sig

Re: [PATCH] meson.build: Print gtk version in the summary info

2022-01-05 Thread Richard Henderson
On 1/5/22 11:08 AM, Thomas Huth wrote: The "gtk" variable is re-declared as "dependencies: [gtk, gtkx11]", so there is just a "YES" in the summary info if gtk has been found. Let's use the info from the library detection instead so that the library version is printed in the summary instead. Sign

Re: [PATCH] meson.build: Print gtk version in the summary info

2022-01-05 Thread Philippe Mathieu-Daudé
On 5/1/22 20:08, Thomas Huth wrote: The "gtk" variable is re-declared as "dependencies: [gtk, gtkx11]", so there is just a "YES" in the summary info if gtk has been found. Let's use the info from the library detection instead so that the library version is printed in the summary instead. Signed-

[PATCH] meson.build: Print gtk version in the summary info

2022-01-05 Thread Thomas Huth
The "gtk" variable is re-declared as "dependencies: [gtk, gtkx11]", so there is just a "YES" in the summary info if gtk has been found. Let's use the info from the library detection instead so that the library version is printed in the summary instead. Signed-off-by: Thomas Huth --- meson.build