From dd749650bb451484609e55464ab110c4594a1ac3 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 19 Jan 2024 12:51:43 +0100 Subject: [PATCH] lvgl-demo: update to latest revision to fix wayland window glitches This revision disables LVGL's wayland client-side decorations to prevent visual glitches on some platforms and homogenize the look of the demo regardless of platforms/backend. Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb b/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb index ebe8355f8..44b19baf6 100644 --- a/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb +++ b/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb @@ -10,7 +10,7 @@ SRCBRANCH ?= "dey/master" SRC_URI = " \ gitsm://github.com/digi-embedded/lv_port_linux_frame_buffer.git;branch=${SRCBRANCH};protocol=https \ " -SRCREV = "f9426988a70f485ba7895bb1c26493f2fffcd957" +SRCREV = "0a799d22a5aaf9de18aca428579945a0a9c2c270" EXTRA_OEMAKE = "DESTDIR=${D}"