Move indev to shared component
This commit is contained in:
parent
f81f4587f6
commit
b98b8d1be2
10 changed files with 58 additions and 153 deletions
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue