labwc/src/input/meson.build
Jens Peters 6f6fcbc2e1 input: move tablet tool functions into tablet.c
Just a big move and a rename of the tablet tool destroy handler.
2025-06-14 13:45:51 +01:00

11 lines
158 B
Meson

labwc_sources += files(
'cursor.c',
'tablet.c',
'tablet-pad.c',
'gestures.c',
'input.c',
'keyboard.c',
'key-state.c',
'touch.c',
'ime.c',
)