diff options
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch')
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch b/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch index 73c01cb590..7e542bcfbc 100644 --- a/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch +++ b/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch | |||
@@ -9,7 +9,7 @@ case it is, use it as the video card file in lv_linux_fbdev_set_file(). | |||
9 | Otherwise fall back to /dev/fb0, i.e. the current behavior. This way, | 9 | Otherwise fall back to /dev/fb0, i.e. the current behavior. This way, |
10 | it is possible to test LVGL on systems with multiple fbdev devices. | 10 | it is possible to test LVGL on systems with multiple fbdev devices. |
11 | 11 | ||
12 | Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] | 12 | Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451] |
13 | Signed-off-by: Marek Vasut <marex@denx.de> | 13 | Signed-off-by: Marek Vasut <marex@denx.de> |
14 | --- | 14 | --- |
15 | main.c | 8 +++++++- | 15 | main.c | 8 +++++++- |