summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-09-08 12:32:18 -0400
committerChris Michael <cp.michael@samsung.com>2014-09-08 12:32:18 -0400
commita2e450207327307c8d3e2ac28a7f3be5b94eb37d (patch)
treed3a2fdd09ef5cbaa98227ab3a4bf14ea9de764fe
parent2061b570893dcd73c80e5ed88ffa8f5ae066fe40 (diff)
downloadenlightenment-devs/devilhorns/xwayland.tar.gz
xwayland: Add checks for xcb libraries needed for xwayland supportdevs/devilhorns/xwayland
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ecb4b355f..346858945c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -918,7 +918,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