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:
parent
87a888d35b
commit
dd749650bb
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue