generic-poky/meta/recipes-graphics/images/core-image-weston.bb
Ross Burton 861db95d88 core-image-weston: add clutter examples
Now that Clutter supports Wayland too, add the Clutter example app to the image.

(From OE-Core rev: 74a1ace0c942f25a5e2278795fee6cfc523a3b77)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-25 17:44:55 +01:00

10 lines
240 B
BlitzBasic

DESCRIPTION = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management"
LICENSE = "MIT"
inherit core-image
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"