You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
414 B
20 lines
414 B
7 years ago
|
wlr_files += files(
|
||
|
'backend.c',
|
||
|
'egl.c',
|
||
|
'udev.c',
|
||
|
'drm/backend.c',
|
||
|
'drm/drm.c',
|
||
|
'libinput/backend.c',
|
||
|
'libinput/events.c',
|
||
|
'libinput/keyboard.c',
|
||
|
'libinput/pointer.c',
|
||
|
'libinput/tablet_pad.c',
|
||
|
'libinput/tablet_tool.c',
|
||
|
'libinput/touch.c',
|
||
|
'multi/backend.c',
|
||
|
'wayland/backend.c',
|
||
|
'wayland/output.c',
|
||
|
'wayland/registry.c',
|
||
|
'wayland/wl_seat.c',
|
||
|
)
|