Allow runtime selection of the lvgl display driver ("backend"), enable DRM backend

This commit is contained in:
Eugenio Paolantonio 2022-05-21 11:02:23 +00:00 committed by Johannes Marbach
parent 0c00af71be
commit e4edfa3d64
12 changed files with 208 additions and 18 deletions

1
meson_options.txt Normal file
View file

@ -0,0 +1 @@
option('with-drm', type : 'feature', value : 'auto', description : 'Enable DRM backend')