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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-07 07:41:28 +01:00
parent 5e230dd97d
commit e21f6e455d
1 changed files with 1 additions and 1 deletions

View File

@ -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])