Move indev to shared component

This commit is contained in:
Johannes Marbach 2024-03-28 14:31:27 +01:00
parent f81f4587f6
commit b98b8d1be2
10 changed files with 58 additions and 153 deletions

View file

@ -17,7 +17,6 @@ unl0kr_sources = [
'command_line.c',
'config.c',
'font_32.c',
'indev.c',
'main.c',
'sq2lv_layouts.c',
'terminal.c',
@ -27,6 +26,7 @@ unl0kr_sources = [
shared_sources = [
'../shared/cursor/cursor.c',
'../shared/indev.c',
'../shared/log.c',
]