diff --git a/configure.ac b/configure.ac index 677c14c3b..7c37eca98 100644 --- a/configure.ac +++ b/configure.ac @@ -772,6 +772,9 @@ define([CHECK_MODULE_XWAYLAND], if test "x${have_wayland}" = "xyes"; then AC_E_CHECK_PKG(XWAYLAND, [ ecore-x >= ${efl_version} ecore-audio >= ${efl_version} ], [HAVE_XWAYLAND_DEPS=true], [HAVE_XWAYLAND_DEPS=false]) AC_PATH_PROG([XWAYLAND_BIN], [Xwayland], [false]) + if test "x${XWAYLAND_BIN}" = "xfalse"; then + HAVE_XWAYLAND_DEPS=false + fi else HAVE_XWAYLAND_DEPS=false fi