From: Chris Michael Date: Mon, 8 Sep 2014 16:32:18 +0000 (-0400) Subject: xwayland: Add checks for xcb libraries needed for xwayland support X-Git-Tag: upstream/0.20.0~742 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c57f178ce756a6b63ca11f0c9b2ec4745a569f8;p=platform%2Fupstream%2Fenlightenment.git xwayland: Add checks for xcb libraries needed for xwayland support Signed-off-by: Chris Michael --- diff --git a/configure.ac b/configure.ac index 0c72375..26e31bd 100644 --- a/configure.ac +++ b/configure.ac @@ -888,7 +888,7 @@ AM_CONDITIONAL([HAVE_WL_DRM], [test "x${WL_DRM}" = "xtrue"]) define([CHECK_MODULE_XWAYLAND], [ if test "x${e_cv_want_wayland_only}" = "xyes"; then - AC_E_CHECK_PKG(XWAYLAND, [ ecore >= $efl_version eina >= $efl_version ], [HAVE_XWAYLAND_DEPS=true], [HAVE_XWAYLAND_DEPS=false]) + AC_E_CHECK_PKG(XWAYLAND, [ ecore >= $efl_version eina >= $efl_version xcb xcb-xfixes xcb-composite xcursor ], [HAVE_XWAYLAND_DEPS=true], [HAVE_XWAYLAND_DEPS=false]) AC_PATH_PROG([XWAYLAND_BIN], [Xwayland], [HAVE_XWAYLAND_DEPS=false], [/sbin:/usr/sbin:$PATH]) AC_SUBST(XWAYLAND_BIN) else