From: Marius Vlad Date: Tue, 11 Feb 2020 19:32:07 +0000 (+0200) Subject: meson.build: Increase wayland-protocol version dependency X-Git-Tag: 9.99.1~79 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=93523a7f38bfe1ad5466fee50f1c7d73c4cafcd2;p=src%2Fagl-compositor.git 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 Change-Id: Icce6771356f98599461ae09256a844fe1f1eca84 --- 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')