aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-24 09:38:11 -0500
committerGitHub <noreply@github.com>2019-01-24 09:38:11 -0500
commitb1731134e2935d2840dd0cc60b9bce2ba9dbcb1f (patch)
tree5a1901d67f2de480f9401482f801a9cf2e4ce1e4 /meson.build
parent5941148d4545bc3d45420f31f4408dd06fa54a0e (diff)
parentaf3de7ea68869e2109bd50496075118f6aa8bcca (diff)
Merge pull request #1494 from emersion/wayland-protocols-text-input
text-input-v3: use protocol from wayland-protocols
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 df1dbb84..c917f6cc 100644
--- a/meson.build
+++ b/meson.build
@@ -53,7 +53,7 @@ add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
wayland_server = dependency('wayland-server', version: '>=1.16')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
-wayland_protos = dependency('wayland-protocols', version: '>=1.15')
+wayland_protos = dependency('wayland-protocols', version: '>=1.16')
egl = dependency('egl')
glesv2 = dependency('glesv2')
drm = dependency('libdrm')