mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwm: fix minimal init, this gets us some events on window creations
This commit is contained in:
parent
6eb20fb8d2
commit
fa0e1015c6
5 changed files with 162 additions and 11 deletions
|
|
@ -4,4 +4,4 @@ lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
|||
'xwm.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, xcb, pixman])
|
||||
dependencies: [wayland_server, xcb, xcb_composite, pixman])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue