enable conf_randr module unconditionally by default

this no longer uses/requires ecore-x
This commit is contained in:
Mike Blumenkrantz 2015-04-22 18:28:33 -04:00
parent e7219bab37
commit f104ceb922
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ AC_E_OPTIONAL_MODULE([lokker], true)
AC_E_OPTIONAL_MODULE([shot], true, $ecore_x)
AC_E_OPTIONAL_MODULE([backlight], true)
AC_E_OPTIONAL_MODULE([tasks], true)
AC_E_OPTIONAL_MODULE([conf_randr], true, $ecore_x)
AC_E_OPTIONAL_MODULE([conf_randr], true)
AC_E_OPTIONAL_MODULE([xkbswitch], true, $ecore_x)
AC_E_OPTIONAL_MODULE([tiling], true)
#AC_E_OPTIONAL_MODULE([access], false, $ecore_x)