feat(driver): import Wayland driver from v8 (#6549)

This commit is contained in:
Erik Tagirov
2024-08-23 22:03:55 +02:00
committed by GitHub
parent aebb4d3ad3
commit e186b4c8b6
15 changed files with 4069 additions and 1 deletions

12
Kconfig
View File

@@ -1562,6 +1562,18 @@ menu "LVGL configuration"
With 2 buffers in flush_cb only and address change is required.
endchoice
config LV_USE_WAYLAND
bool "Use the wayland client to open a window and handle inputs on Linux or BSD"
default n
config LV_WAYLAND_WINDOW_DECORATIONS
bool "Draw client side window decorations, only necessary on Mutter (GNOME)"
depends on LV_USE_WAYLAND
default n
config LV_WAYLAND_WL_SHELL
bool "Support the legacy wl_shell instead of the default XDG Shell protocol"
depends on LV_USE_WAYLAND
default n
config LV_USE_LINUX_FBDEV
bool "Use Linux framebuffer device"
default n