diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-21 12:52:18 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-02 08:32:11 +0100 |
commit | 9cf6cd9726ed5ba73bb8c38c06f7b5c78706309b (patch) | |
tree | e9479e8a91d2f0cf06e2b0dd14dd231e8aff5b97 /configure.ac | |
parent | 6ab6734369fbd902a23109f4c3626df9d529891c (diff) |
Add rudimentary tests for Present
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e89e5a38..8b0bd30c 100644 --- a/configure.ac +++ b/configure.ac @@ -239,7 +239,7 @@ if test "x$shm" = "xyes"; then AC_MSG_RESULT(assuming no)) fi -PKG_CHECK_MODULES(X11_DRI3, [xcb-dri3 xcb-sync x11-xcb xshmfence x11 xrender xext libdrm], [x11_dri3="yes"], [x11_dri3="no"]) +PKG_CHECK_MODULES(X11_DRI3, [xcb-dri3 xcb-sync xcb-present x11-xcb xshmfence x11 xrender xext libdrm], [x11_dri3="yes"], [x11_dri3="no"]) AM_CONDITIONAL(X11_DRI3, test "x$x11_dri3" = "xyes" -a "x$shm" = "xyes") AC_ARG_ENABLE(tools, |