diff options
author | Emil Velikov <[email protected]> | 2017-05-20 01:15:02 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-20 01:15:02 +0100 |
commit | 48cd1919ff1584c211ec7958864cac2e1cb347cf (patch) | |
tree | 401ce917faea1fc2c85a33233c495cffeaf44ca2 /configure.ac | |
parent | 9a90d6a9d4ee1632aa357a2ac9be150e058e2c10 (diff) |
configure.ac: s/xcb-fixes/xcb-xfixes/
Former is not a thing, even if I have a hacked xcb-fixes.pc on my system.
Thanks for spotting it Mark!
Fixes: 9a90d6a9d4e ("configure.ac: add xcb-fixes to the XCB DRI3 list")
Signed-off-by: Emil Velikov <[email protected]>
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 b788137d515..06883a96671 100644 --- a/configure.ac +++ b/configure.ac @@ -1723,7 +1723,7 @@ fi if test x"$enable_dri3" = xyes; then DEFINES="$DEFINES -DHAVE_DRI3" - dri3_modules="x11-xcb xcb >= $XCB_REQUIRED xcb-dri3 xcb-fixes xcb-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED" + dri3_modules="x11-xcb xcb >= $XCB_REQUIRED xcb-dri3 xcb-xfixes xcb-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED" PKG_CHECK_MODULES([XCB_DRI3], [$dri3_modules]) fi |