mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-18 02:38:01 +08:00
22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
# Every Linux display and input driver, each on its software backend
|
|
|
|
CONFIG_LV_USE_LINUX_FBDEV=y
|
|
|
|
CONFIG_LV_USE_LINUX_DRM=y
|
|
# CONFIG_LV_LINUX_DRM_AUTO_BACKEND is not set
|
|
CONFIG_LV_LINUX_DRM_BACKEND_FBDEV=y
|
|
|
|
CONFIG_LV_USE_WAYLAND=y
|
|
CONFIG_LV_WAYLAND_USE_SHM=y
|
|
|
|
# X11 has no backend choice, it is software only
|
|
CONFIG_LV_USE_X11=y
|
|
|
|
CONFIG_LV_USE_SDL=y
|
|
# CONFIG_LV_SDL_AUTO_BACKEND is not set
|
|
CONFIG_LV_SDL_BACKEND_SW=y
|
|
|
|
CONFIG_LV_USE_LIBINPUT=y
|
|
CONFIG_LV_LIBINPUT_XKB=y
|
|
CONFIG_LV_USE_EVDEV=y
|