From: Andres Gomez Date: Fri, 20 May 2016 13:54:35 +0000 (+0300) Subject: configure: added xcb to dri3 modules to pkg-conf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4424bf5da4f9cd18bb30fc14d1d8403e4ec6caff;p=mesa.git configure: added xcb to dri3 modules to pkg-conf This fixes a recent linking error in libvulkan_common Reviewed-by: Emil Velikov Signed-off-by: Andres Gomez --- diff --git a/configure.ac b/configure.ac index 6eee2bca6ef..de62e8babce 100644 --- a/configure.ac +++ b/configure.ac @@ -1319,7 +1319,7 @@ xdri) if test x"$enable_dri3" = xyes; then PKG_CHECK_EXISTS([xcb >= $XCB_REQUIRED], [], AC_MSG_ERROR([DRI3 requires xcb >= $XCB_REQUIRED])) - dri3_modules="xcb-dri3 xcb-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED" + dri3_modules="xcb xcb-dri3 xcb-present xcb-sync xshmfence >= $XSHMFENCE_REQUIRED" PKG_CHECK_MODULES([XCB_DRI3], [$dri3_modules]) fi fi