mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
10 lines
179 B
Meson
10 lines
179 B
Meson
|
wlr_files += files(
|
||
|
'wlr_input_device.c',
|
||
|
'wlr_keyboard.c',
|
||
|
'wlr_output.c',
|
||
|
'wlr_pointer.c',
|
||
|
'wlr_tablet_pad.c',
|
||
|
'wlr_tablet_tool.c',
|
||
|
'wlr_touch.c',
|
||
|
)
|