ubuntu / gnome-sdk

GNOME SDK/Platform snap
22 stars 24 forks source link

Fix file overlap in Gtk 4 #17

Closed sergio-costas closed 2 years ago

sergio-costas commented 2 years ago

Gtk 4 tries to stage three files that conflicts with others installed by the 'wayland' part. These files are:

* usr/bin/wayland-scanner
* usr/lib/x86_64-linux-gnu/libwayland-client.so.0.20.0
* usr/lib/x86_64-linux-gnu/libwayland-server.so.0.20.0

Since these files really belong to 'wayland', it makes sense to don't stage the ones from 'gtk4'.