1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/native: use SDL for lvgl

This commit is contained in:
Francisco Molina 2022-02-28 09:23:48 +01:00
parent ec06163402
commit 3776482758
2 changed files with 6 additions and 0 deletions

View File

@ -24,5 +24,6 @@ config BOARD_NATIVE
# Various other features (if any)
select HAS_ETHERNET
select HAS_MOTOR_DRIVER
select HAVE_SDL
rsource "drivers/Kconfig"

View File

@ -20,4 +20,9 @@ ifneq (,$(filter vfs_default,$(USEMODULE)))
USEMODULE += mtd
endif
ifneq (,$(filter lvgl,$(USEPKG)))
USEPKG += lv_drivers
USEMODULE += lv_drivers_sdl
endif
USEMODULE += native_drivers