aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2021-06-25 13:54:20 -0600
committerTony Barbour <tony@lunarg.com>2021-07-06 11:24:08 -0600
commited2740a8220e4866acf24e5c68f6f8c33cdcfb7a (patch)
treeebafa1482b1bdd9f49937c34848ca04951e1c40c
parentabfc71f051a6e0001edd28cff5f55cb013ca0405 (diff)
downloadusermoji-ed2740a8220e4866acf24e5c68f6f8c33cdcfb7a.tar.xz
docs: Fix cube wsi selection variable
Change-Id: I0b4d5502d98b5602013c6d56cf9cd4ee4d55db9e
-rw-r--r--BUILD.md4
1 files 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