mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
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>
This commit is contained in:
parent
1ec00d8eba
commit
d3347554a2
@ -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])])
|
||||
|
Loading…
Reference in New Issue
Block a user