mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
Initial pass on libinput backend
This commit is contained in:
parent
325a331425
commit
1262f1400c
6 changed files with 126 additions and 5 deletions
|
|
@ -9,11 +9,15 @@ add_library(wlr-backend
|
|||
#wayland/registry.c
|
||||
#wayland/wl_seat.c
|
||||
#wayland/wl_output.c
|
||||
|
||||
drm/backend.c
|
||||
drm/drm.c
|
||||
udev.c
|
||||
|
||||
libinput/backend.c
|
||||
|
||||
backend.c
|
||||
egl.c
|
||||
udev.c
|
||||
)
|
||||
|
||||
target_link_libraries(wlr-backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue