f0rmz: new subproject to create a form/wizard setup thing

This commit is contained in:
Clayton Craft 2025-09-23 01:48:35 -07:00 committed by Johannes Marbach
parent b12ce978b1
commit 47b046da73
36 changed files with 4693 additions and 241 deletions

View file

@ -22,15 +22,22 @@ endif
common_include_dirs = include_directories('.')
shared_sources = files(
'shared/backends.c',
'shared/cursor/cursor.c',
'shared/cli_common.c',
'shared/display.c',
'shared/fonts/font_32.c',
'shared/config.c',
'shared/indev.c',
'shared/keyboard.c',
'shared/log.c',
'shared/terminal.c',
'shared/theme.c',
'shared/themes.c'
)
header_sources = files('shared/header.c')
squeek2lvgl_sources = files(
'squeek2lvgl/sq2lv.c'
)
@ -47,6 +54,7 @@ common_dependencies = [
subdir('unl0kr')
subdir('buffyboard')
subdir('f0rmz')
if get_option('man')
subdir('man')