f0rmz: new subproject to create a form/wizard setup thing
This commit is contained in:
parent
b12ce978b1
commit
47b046da73
36 changed files with 4693 additions and 241 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue