From: Ross Burton Date: Tue, 1 Jun 2021 16:21:43 +0000 (+0100) Subject: core-image-weston: remove Clutter examples X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4cf7ae2e8ddcf6789c1604ac2b5ab010912f6c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-weston: remove Clutter examples The Clutter examples are pretty, but Clutter is dead so we should stop using it. Signed-off-by: Ross Burton 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 e82e4fbb3f4..62305cc1cee 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -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"