aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar kraftwerk28 <kefirchik3@gmail.com>2022-04-17 21:16:35 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2022-04-18 08:57:16 +0200
commitacdb48a59c2633044064ad2e6c352874cc9e6ffa (patch)
tree81ba6b56b0ba82648ff0f95d2eeb35658a20b957 /meson.build
parentlayer_shell: keep output non-NULL wherever possible (diff)
downloadsway-acdb48a59c2633044064ad2e6c352874cc9e6ffa.tar.gz
sway-acdb48a59c2633044064ad2e6c352874cc9e6ffa.tar.zst
sway-acdb48a59c2633044064ad2e6c352874cc9e6ffa.zip
Chase wlroots X11 hints update
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5bedeb2e..46352da5 100644
--- a/meson.build
+++ b/meson.build
@@ -69,6 +69,7 @@ bash_comp = dependency('bash-completion', required: false)
69fish_comp = dependency('fish', required: false) 69fish_comp = dependency('fish', required: false)
70math = cc.find_library('m') 70math = cc.find_library('m')
71rt = cc.find_library('rt') 71rt = cc.find_library('rt')
72xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland'))
72 73
73wlroots_features = { 74wlroots_features = {
74 'xwayland': false, 75 'xwayland': false,