aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-22 16:00:27 +1200
committerScott Anderson <ascent12@hotmail.com>2017-09-29 16:12:13 +1300
commit7ad2a57feb4c7e4b191edfbaa68ff3a2fd703f9f (patch)
tree7a380f1122c567b6b913b232d0d07f49c70183a6 /meson.build
parenta598e6d026548ce7ab580504e05a71a5296b83f0 (diff)
Open X11 Window
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c0fb50e1..520eceb9 100644
--- a/meson.build
+++ b/meson.build
@@ -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,