diff options
Diffstat (limited to 'icd')
| -rw-r--r-- | icd/CMakeLists.txt | 2 |
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() |
