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:
parent
ec06163402
commit
3776482758
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user