mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue