discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1c57f178ce756a6b63ca11f0c9b2ec4745a569f8

commit 1c57f178ce756a6b63ca11f0c9b2ec4745a569f8
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Sep 8 12:32:18 2014 -0400

    xwayland: Add checks for xcb libraries needed for xwayland support
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to