summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-02-11 21:32:07 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-03-04 12:18:41 +0200
commit93523a7f38bfe1ad5466fee50f1c7d73c4cafcd2 (patch)
tree3aedeb67e7703b18b245189352ac9dec15253d31 /meson.build
parentc769a2723246f0494fb127e1ba1a70c5149db792 (diff)
meson.build: Increase wayland-protocol version dependency
If we have newer wayland-protocols version make use of it. Bug-AGL: SPEC-3180 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Icce6771356f98599461ae09256a844fe1f1eca84
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 d79ea33..a6c9269 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,7 @@ endforeach
dep_libsystemd = dependency('libsystemd', required: false)
dep_scanner = dependency('wayland-scanner', native: true)
prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner'))
-dep_wp = dependency('wayland-protocols', version: '>= 1.12')
+dep_wp = dependency('wayland-protocols', version: '>= 1.18')
dir_wp_base = dep_wp.get_pkgconfig_variable('pkgdatadir')
agl_shell_xml = files('protocol/agl-shell.xml')