mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Move input related source files into src/input/
This commit is contained in:
parent
d2c403b84f
commit
67a8ae8561
11 changed files with 13 additions and 10 deletions
6
src/input/meson.build
Normal file
6
src/input/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
labwc_sources += files(
|
||||
'keyboard.c',
|
||||
'key-state.c',
|
||||
'touch.c',
|
||||
'cursor.c',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue