summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-05-16 11:35:36 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-16 11:36:47 -0400
commit7d48bc8a1c51e1089047c483bf583302aa51ff66 (patch)
tree999ad7a90a5f7b1b6a3e959152e5d220e1784683
parent62bcd72eef954fe090976458ee876d2029ad720a (diff)
downloadenlightenment-7d48bc8a1c51e1089047c483bf583302aa51ff66.tar.gz
allow building shot+xkbswitch modules without ecore-x
these work with wayland now, hooray
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5674fda03e..c602f3de89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -842,11 +842,11 @@ AC_E_OPTIONAL_MODULE([appmenu], true)
AC_E_OPTIONAL_MODULE([quickaccess], true)
AC_E_OPTIONAL_MODULE([teamwork], true)
AC_E_OPTIONAL_MODULE([lokker], true)
-AC_E_OPTIONAL_MODULE([shot], true, $ecore_x)
+AC_E_OPTIONAL_MODULE([shot], true, true)
AC_E_OPTIONAL_MODULE([backlight], true)
AC_E_OPTIONAL_MODULE([tasks], true)
AC_E_OPTIONAL_MODULE([conf_randr], true)
-AC_E_OPTIONAL_MODULE([xkbswitch], true, $ecore_x)
+AC_E_OPTIONAL_MODULE([xkbswitch], true, true)
AC_E_OPTIONAL_MODULE([tiling], true)
AC_E_OPTIONAL_MODULE([music_control], true)
AC_E_OPTIONAL_MODULE([packagekit], true)