diff options
| author | emersion <contact@emersion.fr> | 2018-06-18 22:49:28 +0100 |
|---|---|---|
| committer | emersion <contact@emersion.fr> | 2018-06-18 22:52:10 +0100 |
| commit | cda66e9a263d8467b6d1857808305d5e9f7bc3cd (patch) | |
| tree | 7e773d03ea9cecf959ba75598fd1a2d18dbd604c /meson.build | |
| parent | 202ee511503bc7c6a18dec440ac3cdb8d5e8f859 (diff) | |
Automatically float xwayland windows
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
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() |
