mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
layers: Simplify ValidateCmd
Nested !=, == was needlessly weird.
This commit is contained in:
parent
70a37e8f96
commit
4ac313132c
@ -25,7 +25,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
option(BUILD_WSI_XCB_SUPPORT "Build XCB WSI support" ON)
|
||||
option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" ON)
|
||||
option(BUILD_WSI_WAYLAND_SUPPORT "Build Wayland WSI support" ON)
|
||||
option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" ON)
|
||||
option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" OFF)
|
||||
set(DEMOS_WSI_SELECTION "XCB" CACHE STRING "Select WSI target for demos (XCB, XLIB, WAYLAND, MIR, DISPLAY)")
|
||||
|
||||
if (BUILD_WSI_XCB_SUPPORT)
|
||||
|
Loading…
Reference in New Issue
Block a user