From: Ross Burton Date: Thu, 20 Jun 2013 15:46:51 +0000 (+0100) Subject: core-image-weston: add clutter examples X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a1ace0c942f25a5e2278795fee6cfc523a3b77;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-weston: add clutter examples Now that Clutter supports Wayland too, add the Clutter example app to the image. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index cb9d7c7966f..064133ffc24 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -6,4 +6,4 @@ LICENSE = "MIT" inherit core-image -CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo" +CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"