Wayland: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
Line 15: Line 15:
* Enable Qt Wayland support
* Enable Qt Wayland support
* Enable Clutter Wayland support
* Enable Clutter Wayland support
=== Enable Wayland in a image ===
In order to install westen compositor in a image, the following parameters need to be added as image features in conf/local.conf:
* CORE_IMAGE_EXTRA_INSTALL += "wayland weston"

Revision as of 12:39, 12 February 2013

Current Status

  • Wayland protocol
  • If "wayland" distro feature, Mesa builds the wayland-egl platform
  • Weston compositor. If wayland disto feature, build with KMS. If x11 distro feature, builds with X11.

To run Weston inside X11, simply adding weston to the image will be sufficient. Under Sato there will be a Weston launcher in the Utility category.

Adding the "wayland" distribution feature will enable Wayland on bare metal. Currently there are no init scripts or images to do this automatically.

Plan

  • Image that boots Weston on KMS
  • Enable GTK+ 3 Wayland support
  • Enable Qt Wayland support
  • Enable Clutter Wayland support


Enable Wayland in a image

In order to install westen compositor in a image, the following parameters need to be added as image features in conf/local.conf:

  • CORE_IMAGE_EXTRA_INSTALL += "wayland weston"