GNOME Bugzilla – Bug 695838
clutter: Prefer the X11 backend to the Wayland one
Last modified: 2013-03-14 14:30:50 UTC
.
Created attachment 238863 [details] [review] clutter: Prefer the X11 backend to the Wayland one If clutter is built with both X11 and Wayland support, prefer the (more complete for now) X11 backend. This matches GTK+'s current ordering. In the future, applications would be able to choose which backend they prefer and in which order.
Created attachment 238864 [details] [review] clutter: Prefer the X11 backend to the Wayland one If clutter is built with both X11 and Wayland support, prefer the (more complete for now) X11 backend. This matches GTK+'s current ordering. This allows distributions to ship a clutter version with both backends built, and using an envvar to switch to the wayland backend and test applications. In the future, applications would be able to choose which backend they prefer and in which order.
Matthias, I think this is the patch you want to enable wayland in distro packages.
Review of attachment 238864 [details] [review]: makes sense.
Pushed to clutter-1.14 and master Attachment 238864 [details] pushed as bbb54f1 - clutter: Prefer the X11 backend to the Wayland one