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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-01-19 12:51:43 +01:00 committed by Arturo Buzarra
parent 87a888d35b
commit dd749650bb
1 changed files with 1 additions and 1 deletions

View File

@ -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}"