Cleanup Wayland Client support dependencies

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-09 08:13:13 +01:00
parent 047920a9f3
commit ff3ff9217e
1 changed files with 1 additions and 1 deletions

View File

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