summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-31 17:08:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-31 17:45:24 +0100
commit6509e46ecac968d177789cd4731e7721bb62f35a (patch)
treef08df5e2da5ef11f7da92052d23d9d97bc186b03 /configure.ac
parentead32f4a1498c2f7b7c74856e97f9e602ed7a274 (diff)
intel-virtual-output: use XRender for format conversion if required
Support rendering between mixed depths by using Render to stage the transfer into our x8r8g8b8 image. An improvement would be to use the gcd intermediate depth so we don't waste bw unecessarily. 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 d0050529..3e6b5273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,7 +166,7 @@ fi
PKG_CHECK_MODULES(X11, [x11 xrender xext pixman-1], [x11=yes], [x11=no])
AM_CONDITIONAL(HAVE_X11, test x$x11 = xyes)
-PKG_CHECK_MODULES(TOOL, [xrandr xdamage xfixes xcursor xtst xext x11], [tools=yes], [tools=no])
+PKG_CHECK_MODULES(TOOL, [xrandr xdamage xfixes xcursor xtst xrender xext x11], [tools=yes], [tools=no])
AM_CONDITIONAL(BUILD_TOOLS, test x$tools = xyes)
AH_TOP([#include "xorg-server.h"])