ubuntu / gnome-sdk

GNOME SDK/Platform snap
22 stars 24 forks source link

Update Wayland to version 1.20 to avoid file overlapping with Gtk4 #16

Closed sergio-costas closed 2 years ago

sergio-costas commented 2 years ago

Ubuntu 22.04 provides Wayland 1.20. Also, Gtk 4.6 comes with some header files from Wayland 1.20. Compiling Wayland 1.19 results in a conflict when Gtk4 and Wayland wants to install the same headers with different contents.

Updating Wayland to version 1.20 partially fixes this.