summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-06-26 20:31:32 -0700
committerLibravatar GitHub <noreply@github.com>2018-06-26 20:31:32 -0700
commit152ccd7fb14dc0f09f9c6f902f727f7addf7657a (patch)
tree0c0951e0ec5c36a6de14535903092b539bdbbf9b /meson.build
parentMerge pull request #2162 from martinetd/float_xdg_shell (diff)
parentMerge branch 'master' into xwayland-wants-float (diff)
downloadsway-152ccd7fb14dc0f09f9c6f902f727f7addf7657a.tar.gz
sway-152ccd7fb14dc0f09f9c6f902f727f7addf7657a.tar.zst
sway-152ccd7fb14dc0f09f9c6f902f727f7addf7657a.zip
Merge pull request #2145 from emersion/xwayland-wants-float
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)
43elogind = dependency('libelogind', required: false) 43elogind = dependency('libelogind', required: false)
44math = cc.find_library('m') 44math = cc.find_library('m')
45rt = cc.find_library('rt') 45rt = cc.find_library('rt')
46git = find_program('git', required: false) 46xcb = dependency('xcb')
47git = find_program('git', required: false)
47 48
48conf_data = configuration_data() 49conf_data = configuration_data()
49 50