diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-20 16:46:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:55 +0100 |
commit | 861db95d8817fde07d7e64901a82102fcc90903e (patch) | |
tree | d3ee235b1d4d779cd18750869f144d1d7a459437 /meta | |
parent | 566f9c0df5adaa726be11d0df3e174cfc0634ddc (diff) | |
download | poky-861db95d8817fde07d7e64901a82102fcc90903e.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 |
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" | |||
6 | 6 | ||
7 | inherit core-image | 7 | inherit core-image |
8 | 8 | ||
9 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo" | 9 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" |