aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-20 14:04:30 +0100
committerGitHub <noreply@github.com>2018-05-20 14:04:30 +0100
commitcab0dd8281daecfb4ef2452fddc4b7aae9143fb7 (patch)
tree9ce53265d014560bf670d2bb9844e4f37e28e60b /meson.build
parent1afbfc94f4efb2ec6b021c224b6f432c625970e8 (diff)
parent836123329504af8b4fd735063eb44690a23e626e (diff)
Merge pull request #1821 from RyanDwyer/swaylock-multiple-images
Swaylock: Allow per-output images
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')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_egl = dependency('wayland-egl')
-wayland_protos = dependency('wayland-protocols')
+wayland_protos = dependency('wayland-protocols', version: '>=1.14')
xkbcommon = dependency('xkbcommon')
cairo = dependency('cairo')
pango = dependency('pango')