Commit 810d3a036edf5cdc25066166ca5491d6c2e39ad0

Authored by Eric Lee
1 parent 839ebeb1ac

Weston falls back to use the GL backend only on smarcimx8mm4g machine

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

recipes-graphics/wayland/weston_6.0.1.imx.bbappend
1   -/*Weston falls back to use the GL backend*/
2   -do_install_append() {
  1 +#Weston falls back to use the GL backend
  2 +do_install_append_smarcimx8mm4g() {
3 3 # Weston doesn't need the .la files to load modules, so wipe them
4 4 rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la
5 5