diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-09 09:31:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-11 10:08:12 +0000 |
commit | 21c16589452da36fc234295d19d3e048141d1569 (patch) | |
tree | 1fc8dafbb2da64f579f5098338d37d7d0f063b53 /meta/recipes-graphics/images | |
parent | fb8b3eeed9946e8991a9c745809e8d1415825ad2 (diff) | |
download | poky-21c16589452da36fc234295d19d3e048141d1569.tar.gz |
wayland-utils: introduce a recipe
wayland-utils contains wayland-info utility which deprecates
and replaces weston-info from weston.
(From OE-Core rev: bb8fa9950e716fdcee818a38dc4df3a19b1f3c2f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
-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 fa7e9ef421..8d88e3bc0c 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
@@ -8,7 +8,7 @@ inherit core-image features_check | |||
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "wayland" | 9 | REQUIRED_DISTRO_FEATURES = "wayland" |
10 | 10 | ||
11 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" | 11 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples wayland-utils gtk+3-demo clutter-1.0-examples" |
12 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" | 12 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" |
13 | 13 | ||
14 | QB_MEM = "-m 512" | 14 | QB_MEM = "-m 512" |