E: Added xcb-image as a dependency for wayland client support in the

comp module.

NB: This may be temporary. If everything works out, I may move the
needed functions for this to ecore_x calls.



SVN revision: 67554
This commit is contained in:
Christopher Michael 2012-01-26 18:23:01 +00:00
parent 98eb4d06ff
commit aa1865a0d3
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,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],
PKG_CHECK_MODULES([WAYLAND], [wayland-server egl >= 7.10 glesv2 gl pixman-1 xcb-image],
[
have_wayland=yes
AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland client support])