summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-23 22:54:52 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-23 22:54:52 +0100
commitcd0fca2ebf81c252b3743c4474a5fdbcd3e2afad (patch)
tree595f1e80551b64de0d4e24f5721bae27acc195d9 /meson.build
parentFix output hotplugging (diff)
parentMerge pull request #2022 from RedSoxFan/ipc-get-marks (diff)
downloadsway-cd0fca2ebf81c252b3743c4474a5fdbcd3e2afad.tar.gz
sway-cd0fca2ebf81c252b3743c4474a5fdbcd3e2afad.tar.zst
sway-cd0fca2ebf81c252b3743c4474a5fdbcd3e2afad.zip
Merge branch 'master' into fix-swaylock-hotplugging
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b943236f..d4ee1a11 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,7 @@ wayland_server = dependency('wayland-server')
29wayland_client = dependency('wayland-client') 29wayland_client = dependency('wayland-client')
30wayland_cursor = dependency('wayland-cursor') 30wayland_cursor = dependency('wayland-cursor')
31wayland_egl = dependency('wayland-egl') 31wayland_egl = dependency('wayland-egl')
32wayland_protos = dependency('wayland-protocols') 32wayland_protos = dependency('wayland-protocols', version: '>=1.14')
33xkbcommon = dependency('xkbcommon') 33xkbcommon = dependency('xkbcommon')
34cairo = dependency('cairo') 34cairo = dependency('cairo')
35pango = dependency('pango') 35pango = dependency('pango')