From e21f6e455d055cf0c11f68fe7daa6d283a7c001e Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 7 Aug 2013 07:41:28 +0100 Subject: [PATCH] Add wayland library version checks to configure.ac for EFL 1.8 NB: As of today, EFL Head will require an up-to-date version of the wayland libraries. Signed-off-by: Chris Michael --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a65673e44..5311c40e4a 100644 --- a/configure.ac +++ b/configure.ac @@ -2368,7 +2368,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eo]) EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eina]) EFL_DEPEND_PKG([ECORE_WAYLAND], [WAYLAND], - [wayland-client wayland-cursor xkbcommon]) + [wayland-client >= 1.2.0 wayland-cursor >= 1.2.0 xkbcommon >= 0.3.1]) EFL_EVAL_PKGS([ECORE_WAYLAND])