mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -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
|
|
@ -33,6 +33,7 @@ xkbcommon = dependency('xkbcommon')
|
|||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
xcb = dependency('xcb')
|
||||
xcb_composite = dependency('xcb-composite')
|
||||
libcap = dependency('libcap', required: false)
|
||||
systemd = dependency('libsystemd', required: false)
|
||||
math = cc.find_library('m', required: false)
|
||||
|
|
@ -67,6 +68,7 @@ wlr_deps = [
|
|||
udev,
|
||||
pixman,
|
||||
xcb,
|
||||
xcb_composite,
|
||||
libcap,
|
||||
systemd,
|
||||
math,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue