Move font to shared

This commit is contained in:
Johannes Marbach 2024-03-30 19:35:29 +00:00
parent 65637dcb43
commit b31f61f6c1
17 changed files with 54 additions and 15627 deletions

View file

@ -15,7 +15,6 @@ add_project_arguments('-DBB_VERSION="@0@"'.format(meson.project_version()), lang
buffyboard_sources = [
'command_line.c',
'config.c',
'font_32.c',
'main.c',
'sq2lv_layouts.c',
'terminal.c',
@ -24,6 +23,7 @@ buffyboard_sources = [
shared_sources = [
'../shared/cursor/cursor.c',
'../shared/fonts/font_32.c',
'../shared/indev.c',
'../shared/log.c',
'../shared/theme.c',