xwayland: split xwm structure out, initial xwm.c

This commit is contained in:
Dominique Martinet 2017-08-19 21:25:26 +02:00
parent 60451521bd
commit b2bab1af5c
7 changed files with 117 additions and 5 deletions

View file

@ -32,6 +32,7 @@ libinput = dependency('libinput')
xkbcommon = dependency('xkbcommon')
udev = dependency('libudev')
pixman = dependency('pixman-1')
xcb = dependency('xcb')
libcap = dependency('libcap', required: false)
systemd = dependency('libsystemd', required: false)
math = cc.find_library('m', required: false)
@ -65,6 +66,7 @@ wlr_deps = [
xkbcommon,
udev,
pixman,
xcb,
libcap,
systemd,
math,