GNOME Bugzilla – Bug 758633
wayland: Use wayland-protocols for shared protocols
Last modified: 2016-06-27 21:01:17 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.
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.
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 on attachment 316212 [details] [review] wayland: Use pointer gestures protocol from wayand-protocols Yay, about time. Looks good to me.
Comment on attachment 316213 [details] [review] wayland: Use xdg shell protocol from wayland-protocols Looks good too IMO.
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