aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-06-20 16:46:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:30:32 +0100
commit74a1ace0c942f25a5e2278795fee6cfc523a3b77 (patch)
treee8c8638f895df4260a9d1c3fd9f6f4352bf6a290 /meta
parentaa01a4a2c74ee2ee9f629ea07a71b06bc2fdda99 (diff)
downloadopenembedded-core-contrib-74a1ace0c942f25a5e2278795fee6cfc523a3b77.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index cb9d7c7966..064133ffc2 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"