Module: vkd3d Branch: master Commit: d3347554a2d1a44e94289e8470beabb66c4c8bd3 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=d3347554a2d1a44e94289e84...
Author: Zebediah Figura zfigura@codeweavers.com Date: Fri Apr 1 16:01:10 2022 -0500
configure: Check for xcb-event and xcb-icccm.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 308bdda1..77fa41c8 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ AS_IF([test "x$with_spirv_tools" = "xyes"],
HAVE_XCB=no AS_IF([test "x$with_xcb" != "xno"], - [PKG_CHECK_MODULES([XCB], [xcb xcb-keysyms], + [PKG_CHECK_MODULES([XCB], [xcb xcb-event xcb-icccm xcb-keysyms], [AC_DEFINE([HAVE_XCB], [1], [Define to 1 if you have libxcb.]) HAVE_XCB=yes], [HAVE_XCB=no])])