mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
build: Simplify/fix the XCB pkg-config check.
This commit is contained in:
parent
e467b02b29
commit
9242c12c51
@ -58,7 +58,7 @@ AC_CHECK_LIB([pthread], [pthread_create],
|
||||
|
||||
AC_CHECK_LIB([vulkan], [vkGetInstanceProcAddr], [], [AC_MSG_ERROR([libvulkan not found.])])
|
||||
|
||||
PKG_CHECK_MODULES([XCB], [xcb xcb-keysyms], [], [AC_MSG_ERROR[libxcb and/or libxcb-keysyms not found.]])
|
||||
PKG_CHECK_MODULES([XCB], [xcb xcb-keysyms])
|
||||
|
||||
dnl Check for functions
|
||||
VKD3D_CHECK_SYNC_ADD_AND_FETCH_FUNC
|
||||
|
Loading…
Reference in New Issue
Block a user