aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-06-18 22:49:28 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-06-18 22:49:28 +0100
commit282b5da4857f645a2dde9b198900d9f02ecc09c6 (patch)
tree7e773d03ea9cecf959ba75598fd1a2d18dbd604c /meson.build
parent0b73ae587afdc9930b271b3d18aeb7d94ffcb3c3 (diff)
Automatically float xwayland windows
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d4ee1a11..1d40581a 100644
--- a/meson.build
+++ b/meson.build
@@ -43,7 +43,8 @@ systemd = dependency('libsystemd', required: false)
elogind = dependency('libelogind', required: false)
math = cc.find_library('m')
rt = cc.find_library('rt')
-git = find_program('git', required: false)
+xcb = dependency('xcb')
+git = find_program('git', required: false)
conf_data = configuration_data()