Re: [Spice-devel] spice-gtk: New v0.42 tag

2022-12-08 Thread Fabio Estevam
Hi Victor, On Thu, Dec 8, 2022 at 8:51 AM Victor Toso wrote: > I'll cut a release before the end of next week. I'll see if I can > address some other issues the next few days first. Excellent, thanks a lot! Cheers

[Spice-devel] spice-gtk: New v0.42 tag

2022-12-07 Thread Fabio Estevam
I wait until v0.42 is out. Please advise. Thanks, Fabio Estevam

[Spice-devel] [PATCH v2] meson: Allow building on a Wayland-only environment

2022-10-11 Thread Fabio Estevam
From: Fabio Estevam Currently, it is not possible to build spice-gtk on a Wayland-only environment due to the x11 dependency in meson. Since commit a7381b0864b7 ("Allow to build without X11 gdk backend) it is possible to build spice-gtk without X11 GDK backend, so make the x11 dependen

[Spice-devel] [PATCH spice-gtk] meson: Allow building on a Wayland-only environment

2022-10-11 Thread Fabio Estevam
d-off-by: Fabio Estevam --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index dd46294..c63467d 100644 --- a/meson.build +++ b/meson.build @@ -152,7 +152,6 @@ if d.found() spice_gtk_deps += d if host_machine.system() != 'windows'

[Spice-devel] [PATCH] meson: Allow building on a Wayland-only environment

2022-10-10 Thread Fabio Estevam
From: Fabio Estevam Currently, it is not possible to build spice-gtk on a Wayland-only environment due to the x11 dependency in meson. Since commit a7381b0864b7 ("Allow to build without X11 gdk backend) it is possible to build spice-gtk without X11 GDK backend, so remove x11 dependency in