From 6ce91ae201d0320664bb1d440973e57f6acee017 Mon Sep 17 00:00:00 2001 From: Philipp Kerling Date: Tue, 13 Jun 2017 13:14:06 +0200 Subject: [PATCH] Bump wayland-client dependency to 1.11.0 Signed-off-by: Philipp Kerling --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d2e5e21..741b288 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,8 @@ m4_define([libva_lt_age], m4_define([libdrm_version], [2.4]) # Wayland minimum version number -m4_define([wayland_api_version], [1.0.0]) +# 1.11.0 for wl_proxy_create_wrapper +m4_define([wayland_api_version], [1.11.0]) AC_PREREQ(2.57) AC_INIT([libva], -- 2.11.0