From ff3ff9217e127c0d18d5c1e5610f6a7378ef2da6 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 9 Apr 2013 08:13:13 +0100 Subject: [PATCH] Cleanup Wayland Client support dependencies Signed-off-by: Chris Michael --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 501bc1185..c2d11ed76 100644 --- a/configure.ac +++ b/configure.ac @@ -828,7 +828,7 @@ AC_MSG_CHECKING([whether wayland client support is enabled]) AC_MSG_RESULT([${e_cv_want_wayland_clients}]) if test "x$e_cv_want_wayland_clients" != "xno";then - PKG_CHECK_MODULES([WAYLAND], [wayland-server egl >= 7.10 glesv2 gl pixman-1 xcb-image], + PKG_CHECK_MODULES([WAYLAND], [wayland-server pixman-1 xkbcommon], [ have_wayland_clients=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND_CLIENTS],[1],[enable wayland client support])