From ed2740a8220e4866acf24e5c68f6f8c33cdcfb7a Mon Sep 17 00:00:00 2001 From: Tony-LunarG Date: Fri, 25 Jun 2021 13:54:20 -0600 Subject: docs: Fix cube wsi selection variable Change-Id: I0b4d5502d98b5602013c6d56cf9cd4ee4d55db9e --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 6461bc3e..363951c8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -459,13 +459,13 @@ Note vulkaninfo currently only supports Xcb and Xlib WSI display servers. See the CMakeLists.txt file in `Vulkan-Tools/vulkaninfo` for more info. You can select which WSI subsystem is used to execute the vkcube applications -using a CMake option called DEMOS_WSI_SELECTION. Supported options are XCB +using a CMake option called CUBE_WSI_SELECTION. Supported options are XCB (default), XLIB, and WAYLAND. Note that you must build using the corresponding BUILD_WSI_*_SUPPORT enabled at the base repository level. For instance, creating a build that will use Xlib when running the vkcube demos, your CMake command line might look like: - cmake -DCMAKE_BUILD_TYPE=Debug -DDEMOS_WSI_SELECTION=XLIB .. + cmake -DCMAKE_BUILD_TYPE=Debug -DCUBE_WSI_SELECTION=XLIB .. #### Linux Install to System Directories -- cgit v1.2.3