Open X11 Window

This commit is contained in:
Scott Anderson 2017-09-22 16:00:27 +12:00
parent a598e6d026
commit 7ad2a57feb
5 changed files with 114 additions and 9 deletions

View file

@ -45,6 +45,7 @@ udev = dependency('libudev')
pixman = dependency('pixman-1')
xcb = dependency('xcb')
xcb_composite = dependency('xcb-composite')
x11_xcb = dependency('x11-xcb')
libcap = dependency('libcap', required: false)
systemd = dependency('libsystemd', required: false)
elogind = dependency('libelogind', required: false)
@ -85,6 +86,7 @@ wlr_deps = [
pixman,
xcb,
xcb_composite,
x11_xcb,
libcap,
systemd,
math,