Move input related source files into src/input/

This commit is contained in:
Consolatis 2023-09-03 17:39:48 +02:00 committed by Johan Malm
parent d2c403b84f
commit 67a8ae8561
11 changed files with 13 additions and 10 deletions

6
src/input/meson.build Normal file
View file

@ -0,0 +1,6 @@
labwc_sources += files(
'keyboard.c',
'key-state.c',
'touch.c',
'cursor.c',
)