labwc/src/input/meson.build

13 lines
177 B
Meson
Raw Normal View History

labwc_sources += files(
2023-09-03 18:56:20 +02:00
'cursor.c',
2023-12-29 10:10:41 +01:00
'tablet.c',
'tablet-pad.c',
2024-04-20 11:40:23 +02:00
'tablet-tool.c',
2023-09-03 18:56:20 +02:00
'gestures.c',
'input.c',
'keyboard.c',
'key-state.c',
'touch.c',
2024-02-09 16:52:37 +09:00
'ime.c',
)