Zebediah Figura : configure: Check for xcb-event and xcb-icccm.

Alexandre Julliard julliard at winehq.org
Tue Apr 5 15:38:54 CDT 2022


Module: vkd3d
Branch: master
Commit: d3347554a2d1a44e94289e8470beabb66c4c8bd3
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=d3347554a2d1a44e94289e8470beabb66c4c8bd3

Author: Zebediah Figura <zfigura at 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 at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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])])




More information about the wine-cvs mailing list