diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-06-26 20:31:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-26 20:31:32 -0700 |
| commit | 152ccd7fb14dc0f09f9c6f902f727f7addf7657a (patch) | |
| tree | 0c0951e0ec5c36a6de14535903092b539bdbbf9b /meson.build | |
| parent | f0f50c31d5e40f3dbe80c60d01bafc80c3bd24c0 (diff) | |
| parent | bf380813829b11d42ff0703630600e5bee06098b (diff) | |
Merge pull request #2145 from emersion/xwayland-wants-float
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() |
