summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-09-12 14:50:37 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-09-12 15:25:19 +0100
commit76790db4e6b33a439a6426ec73547904a50047c5 (patch)
treee3aa3bc934d648d505440aae0d84fe9b0317c2a3 /configure.ac
parentbf4be323e377ab3a2741bf97d8f42fbbc4ccd449 (diff)
test: Exercise flips/blit swaps on each pipe
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a63121e..04ae1fd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,7 @@ if test "x$UDEV" != "xno"; then
fi
fi
-PKG_CHECK_MODULES(X11, [x11 xrender xext pixman-1], [x11="yes"], [x11="no"])
+PKG_CHECK_MODULES(X11, [x11 xrender xrandr xext pixman-1], [x11="yes"], [x11="no"])
AM_CONDITIONAL(HAVE_X11, test "x$x11" = "xyes")
PKG_CHECK_MODULES(TOOL, [xinerama xrandr xdamage xfixes xcursor xtst xrender xext x11 pixman-1], [tools="yes"], [tools="no"])