mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: split xwm structure out, initial xwm.c
This commit is contained in:
parent
60451521bd
commit
b2bab1af5c
7 changed files with 117 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
||||
'sockets.c',
|
||||
'xwayland.c',
|
||||
'xwm.c',
|
||||
),
|
||||
include_directories: wlr_inc)
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, xcb, pixman])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue