diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-03-08 08:07:13 -0700 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-03-08 08:07:13 -0700 |
| commit | d326d1918a61855abedf851900fe47beb2ceb46c (patch) | |
| tree | b56af046a613dcc4d9dc80dced9bccda9b95e972 | |
| parent | b3e11cae53a41afc1b9c83be8b54f53d75e79b91 (diff) | |
| download | usermoji-d326d1918a61855abedf851900fe47beb2ceb46c.tar.xz | |
build: Fix CMake Xlib DisplayServer name.
Change-Id: Ia50157cd4f245971208a1baa28c823a62683dcd3
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1b89ea8..603a4c09 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") if (BUILD_WSI_XLIB_SUPPORT) add_definitions(-DVK_USE_PLATFORM_XLIB_KHR) - set(DisplayServer XLib) + set(DisplayServer Xlib) endif() if (BUILD_WSI_WAYLAND_SUPPORT) |
