mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
core-image-weston: remove Clutter examples
The Clutter examples are pretty, but Clutter is dead so we should stop using it. (From OE-Core rev: f4cf7ae2e8ddcf6789c1604ac2b5ab010912f6c1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d31ff93415
commit
0eb836a58f
@@ -6,7 +6,7 @@ LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
CORE_IMAGE_BASE_INSTALL += "gtk+3-demo clutter-1.0-examples"
|
||||
CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
|
||||
CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
|
||||
|
||||
QB_MEM = "-m 512"
|
||||
|
||||
Reference in New Issue
Block a user