After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758633 - wayland: Use wayland-protocols for shared protocols
wayland: Use wayland-protocols for shared protocols
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-11-25 08:32 UTC by Jonas Ådahl
Modified: 2016-06-27 21:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: Use pointer gestures protocol from wayand-protocols (21.82 KB, patch)
2015-11-25 08:32 UTC, Jonas Ådahl
committed Details | Review
wayland: Use xdg shell protocol from wayland-protocols (24.27 KB, patch)
2015-11-25 08:32 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2015-11-25 08:32:05 UTC
Use protocol XML files installed by wayland-protocols instead of our own bundled copies.

This also includes a rename of the pointer gesture protocol. wayland-protocols is also now a build time dependency when building with Wayland compositor support enabled.
Comment 1 Jonas Ådahl 2015-11-25 08:32:19 UTC
Created attachment 316212 [details] [review]
wayland: Use pointer gestures protocol from wayand-protocols

Remove our own copy of the pointer gestures protocol, and us the one
installed by wayland-protocols. This also means the new fixed unstable
naming conventions are used for the new version of the protocol, which
is reflected in the change. No functional changes were made, it is only
a rename.
Comment 2 Jonas Ådahl 2015-11-25 08:32:41 UTC
Created attachment 316213 [details] [review]
wayland: Use xdg shell protocol from wayland-protocols

Use the xdg_shell XML file installed by wayland-protocols instead of
our own copy. This protocol has yet to go through any unstable naming,
but since we had an outdated (though wire compatible) version, some
minor changes were needed.
Comment 3 Carlos Garnacho 2015-11-25 10:40:21 UTC
Comment on attachment 316212 [details] [review]
wayland: Use pointer gestures protocol from wayand-protocols

Yay, about time. Looks good to me.
Comment 4 Carlos Garnacho 2015-11-25 10:40:44 UTC
Comment on attachment 316213 [details] [review]
wayland: Use xdg shell protocol from wayland-protocols

Looks good too IMO.
Comment 5 Jonas Ådahl 2015-11-26 08:58:18 UTC
Attachment 316212 [details] pushed as 2ee1c5f - wayland: Use pointer gestures protocol from wayand-protocols
Attachment 316213 [details] pushed as be5643c - wayland: Use xdg shell protocol from wayland-protocols