Mesa (master): configure.ac: add xcb-fixes to the XCB DRI3 list

Emil Velikov evelikov at kemper.freedesktop.org
Fri May 19 23:14:27 UTC 2017


Module: Mesa
Branch: master
Commit: 9a90d6a9d4ee1632aa357a2ac9be150e058e2c10
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a90d6a9d4ee1632aa357a2ac9be150e058e2c10

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Sat May 20 00:04:33 2017 +0100

configure.ac: add xcb-fixes to the XCB DRI3 list

The XCB module is used by the VL targets. Thus omitting it can lead to
link-time errors due to unresolved symbols.

Other DRI3 users such as the Vulkan WSI and the dri3 loader helper do
not use an update region in their xcb_present_pixmap() call. We will
look into that at a later stage.

Fixes: acf3d2afab0 ("configure: check once for DRI3 dependencies")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101110
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a6ea8b42da..b788137d51 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-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED"
+    dri3_modules="x11-xcb xcb >= $XCB_REQUIRED xcb-dri3 xcb-fixes xcb-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED"
     PKG_CHECK_MODULES([XCB_DRI3], [$dri3_modules])
 fi
 




More information about the mesa-commit mailing list