From 96c205a5097404b4cfaaa44a8c618cc07b02abe0 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 11 Aug 2016 17:56:48 +0300 Subject: [PATCH] configure: bump Wayland requirement to 1.11.90 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 4ef719c416c4e455b6b29b7c1e60df1d3fa26fe4 "libweston: Implement wl_output version 3 (release request)" depends on the Wayland commit bad9dc5186e46ab92e1680d1f0ea4a4d4f0f7211 "protocol: Add release (destructor) request to wl_output" Reported-by: Armin Krezović Signed-off-by: Pekka Paalanen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74f931d4..0090d710 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_INIT([weston], [weston], [http://wayland.freedesktop.org]) -WAYLAND_PREREQ_VERSION="1.10.0" +WAYLAND_PREREQ_VERSION="1.11.90" AC_SUBST([WESTON_VERSION_MAJOR], [weston_major_version]) AC_SUBST([WESTON_VERSION_MINOR], [weston_minor_version])