aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2022-12-27 12:05:40 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2022-12-27 13:30:48 -0700
commit99cce136a531ebfd5ecd6199b36d92d15c19f9e6 (patch)
tree2ad6740315a5eaa260c1f3338caced9a0a8ebd86 /icd
parentdda9ae0f9113ad3816ba5f84e1a59b1529e82630 (diff)
downloadusermoji-99cce136a531ebfd5ecd6199b36d92d15c19f9e6.tar.xz
cmake: Use PkgConfig to find XCB
Diffstat (limited to 'icd')
-rw-r--r--icd/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt
index ded0baaf..41772f70 100644
--- a/icd/CMakeLists.txt
+++ b/icd/CMakeLists.txt
@@ -23,8 +23,6 @@ elseif(APPLE)
add_definitions(-DVK_USE_PLATFORM_MACOS_MVK)
elseif(UNIX AND NOT APPLE) # i.e. Linux
if(BUILD_WSI_XCB_SUPPORT)
- find_package(XCB REQUIRED)
- include_directories(${XCB_INCLUDE_DIR})
add_definitions(-DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XCB_KHX)
endif()