diff mbox series

[meta-swupdate,1/2] lvgl: add configuration for recover-gui

Message ID 20240616112436.50001-2-stefano.babic@swupdate.org
State Accepted
Headers show
Series New GUI for recovery mode | expand

Commit Message

Stefano Babic June 16, 2024, 11:24 a.m. UTC
recovery-gui requires gridnav, then add it to the configuration.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 recipes-graphics/lvgl/lvgl_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-graphics/lvgl/lvgl_%.bbappend

--
2.34.1
diff mbox series

Patch

diff --git a/recipes-graphics/lvgl/lvgl_%.bbappend b/recipes-graphics/lvgl/lvgl_%.bbappend
new file mode 100644
index 0000000..41a6e57
--- /dev/null
+++ b/recipes-graphics/lvgl/lvgl_%.bbappend
@@ -0,0 +1 @@ 
+PACKAGECONFIG += "fbdev gridnav"