diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-04-17 21:16:35 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-04-17 21:16:35 +0300 |
| commit | 69c567a21ce5faa0cfa429503b9a41297aa5a256 (patch) | |
| tree | 81ba6b56b0ba82648ff0f95d2eeb35658a20b957 /meson.build | |
| parent | 46415521aca0aae5dcf285c0b6c9157f74d59dc0 (diff) | |
Chase wlroots X11 hints update
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
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) fish_comp = dependency('fish', required: false) math = cc.find_library('m') rt = cc.find_library('rt') +xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland')) wlroots_features = { 'xwayland': false, |
