mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/x11: refactor, prepare support for multiple outputs
This commit is contained in:
parent
f133170ff0
commit
d4f7ced6e2
5 changed files with 365 additions and 257 deletions
|
|
@ -50,7 +50,11 @@ if conf_data.get('WLR_HAS_SYSTEMD', false)
|
|||
endif
|
||||
|
||||
if conf_data.get('WLR_HAS_X11_BACKEND', false)
|
||||
backend_files += files('x11/backend.c')
|
||||
backend_files += files(
|
||||
'x11/backend.c',
|
||||
'x11/input_device.c',
|
||||
'x11/output.c',
|
||||
)
|
||||
backend_deps += xcb_xkb
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue