xwm: fix minimal init, this gets us some events on window creations

This commit is contained in:
Dominique Martinet 2017-08-20 07:47:38 +02:00
parent 6eb20fb8d2
commit fa0e1015c6
5 changed files with 162 additions and 11 deletions

View file

@ -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,