GNOME Bugzilla – Bug 758634
wayland: Use wayland-protocols for shared protocols
Last modified: 2015-11-26 08:58:32 UTC
Instead of bundling our own copies of protocol XML files shared by other projects, use the ones installed by wayland-protocols. This adds a build time dependency on wayland-protocols 1.0. Since the unstable naming conventions formalized after introducing the initial version of pointer gestures, the pointer gestures patch is also a mass rename.
Created attachment 316214 [details] [review] wayland: Use pointer gestures protocol from wayland-protocols Instead of having our own copy of the pointer gestures XML file, use the one installed by wayland-protocols. Since pointer gestures is an unstable protocol, it went through the unstable protocol naming convention changes, which is reflected in this commit.
Created attachment 316215 [details] [review] wayland: Use xdg shell protocol from wayland-protocols Drop our own copy of the xdg shell XML file, and use the one installed by wayland-protocols.
Comment on attachment 316214 [details] [review] wayland: Use pointer gestures protocol from wayland-protocols Looks good!
Comment on attachment 316215 [details] [review] wayland: Use xdg shell protocol from wayland-protocols Ditto
Attachment 316214 [details] pushed as 912e79d - wayland: Use pointer gestures protocol from wayland-protocols Attachment 316215 [details] pushed as 1e11b55 - wayland: Use xdg shell protocol from wayland-protocols