From: Carsten Haitzler Date: Wed, 18 Nov 2009 02:31:00 +0000 (+0000) Subject: xrandr 1.3 checks - 1.3 minimum. X-Git-Tag: submit/devel/efl/20131022.203902~14762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a58a7624c0d9d3fea30c694bf0bd99a903099a74;p=platform%2Fupstream%2Fefl.git xrandr 1.3 checks - 1.3 minimum. SVN revision: 43764 --- diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index ce05466..1e62a39 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -640,7 +640,7 @@ if ! test "x$have_ecore_x_xcb" = "xyes" ; then ECORE_CHECK_X_EXTENSION([Xfixes], [Xfixes.h], [Xfixes], [XFixesExpandRegion]) ECORE_CHECK_X_EXTENSION([Xinerama], [Xinerama.h], [Xinerama], [XineramaQueryScreens]) ECORE_CHECK_X_EXTENSION([Xprint], [Print.h], [Xp], [XpQueryScreens]) - ECORE_CHECK_X_EXTENSION([Xrandr], [Xrandr.h], [Xrandr], [XRRSizes]) + ECORE_CHECK_X_EXTENSION([Xrandr], [Xrandr.h], [Xrandr], [XRRGetScreenResourcesCurrent]) ECORE_CHECK_X_EXTENSION([Xrender], [Xrender.h], [Xrender], [XRenderFindVisualFormat]) ECORE_CHECK_X_EXTENSION([Xtest], [XTest.h], [Xtst], [XTestFakeKeyEvent]) ECORE_CHECK_X_EXTENSION([Xss], [scrnsaver.h], [Xss], [XScreenSaverSelectInput])