From 810d3a036edf5cdc25066166ca5491d6c2e39ad0 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Sat, 18 Jul 2020 15:02:46 +0800 Subject: [PATCH] Weston falls back to use the GL backend only on smarcimx8mm4g machine --- recipes-graphics/wayland/weston_6.0.1.imx.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/wayland/weston_6.0.1.imx.bbappend b/recipes-graphics/wayland/weston_6.0.1.imx.bbappend index 3de561c..3e161eb 100644 --- a/recipes-graphics/wayland/weston_6.0.1.imx.bbappend +++ b/recipes-graphics/wayland/weston_6.0.1.imx.bbappend @@ -1,5 +1,5 @@ -/*Weston falls back to use the GL backend*/ -do_install_append() { +#Weston falls back to use the GL backend +do_install_append_smarcimx8mm4g() { # Weston doesn't need the .la files to load modules, so wipe them rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la -- 1.9.1