From: Mike Blumenkrantz Date: Wed, 22 Apr 2015 22:28:33 +0000 (-0400) Subject: enable conf_randr module unconditionally by default X-Git-Tag: upstream/0.20.0~916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f104ceb9229b66893faa7251d26c6bfd54088520;p=platform%2Fupstream%2Fenlightenment.git enable conf_randr module unconditionally by default this no longer uses/requires ecore-x --- diff --git a/configure.ac b/configure.ac index b8752da..6b7afda 100644 --- a/configure.ac +++ b/configure.ac @@ -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)