mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Use subdir
This commit is contained in:
parent
924bf0f669
commit
a2ba226ba3
7 changed files with 82 additions and 65 deletions
19
backend/meson.build
Normal file
19
backend/meson.build
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue