Re: [PATCH] meson: don't require CONFIG_VTE for the GTK UI

2020-08-26 Thread Paolo Bonzini
Queued, thanks. Paolo On Wed, Aug 26, 2020 at 12:23 AM Mark Cave-Ayland wrote: > > Prevously CONFIG_VTE was not required to build QEMU with GTK UI support as not > all platforms have VTE available (in particular Windows). > > Remove this requirement from the meson build system to enable QEMU to

Re: [PATCH] meson: don't require CONFIG_VTE for the GTK UI

2020-08-25 Thread Gerd Hoffmann
On Tue, Aug 25, 2020 at 11:23:10PM +0100, Mark Cave-Ayland wrote: > Prevously CONFIG_VTE was not required to build QEMU with GTK UI support as not > all platforms have VTE available (in particular Windows). > > Remove this requirement from the meson build system to enable QEMU to be built > with G

[PATCH] meson: don't require CONFIG_VTE for the GTK UI

2020-08-25 Thread Mark Cave-Ayland
Prevously CONFIG_VTE was not required to build QEMU with GTK UI support as not all platforms have VTE available (in particular Windows). Remove this requirement from the meson build system to enable QEMU to be built with GTK UI support for Windows once again. Signed-off-by: Mark Cave-Ayland ---