configure: relax xkbcommon version requirement for ecore-wayland
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 13 Aug 2013 15:16:22 +0000 (08:16 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 13 Aug 2013 15:16:22 +0000 (08:16 -0700)
Summary:
Allow ecore-wayland to be configured and compiled with xkbcommon 0.3.0.
Ecore-wayland does not use any of the new APIs in 0.3.1 nor is it exposed
to the bug that was fixed in 0.3.1.

Most distros don't include xkbcommon > 0.3.0 yet.  Thus, if 0.3.1 is
required right now, then everyone is forced to build xkbcommon, too,
which contributes to dependency *madness*.  Of course, anyone is still
welcome to build and link to xkbcommon 0.3.1 at will.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewers: devilhorns, antognolli

Reviewed By: devilhorns

Differential Revision: https://phab.enlightenment.org/D203

configure.ac

index 148d093..ebb7a7b 100644 (file)
@@ -2370,7 +2370,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eo])
 EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eina])
 
 EFL_DEPEND_PKG([ECORE_WAYLAND], [WAYLAND],
-   [wayland-client >= 1.2.0 wayland-cursor >= 1.2.0 xkbcommon >= 0.3.1])
+   [wayland-client >= 1.2.0 wayland-cursor >= 1.2.0 xkbcommon >= 0.3.0])
 
 EFL_EVAL_PKGS([ECORE_WAYLAND])