From: Ross Burton Date: Thu, 20 Jun 2013 15:46:51 +0000 (+0100) Subject: core-image-weston: add clutter examples X-Git-Tag: rev_ivi_2015_02_04~12033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=420f3fe607343313194e904362c407192e64a5d0;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index cb9d7c7..064133f 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"