diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-03-31 13:21:02 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-03-31 13:23:56 -0600 |
| commit | 7a75b6f5ed76cda2a095dde5b206297510c7daa1 (patch) | |
| tree | a988bf9283c00eb658a5835cfb84524384534418 | |
| parent | 216d93076d9ccf4e0f7e78e4cb90d5b55d3aee56 (diff) | |
| download | usermoji-7a75b6f5ed76cda2a095dde5b206297510c7daa1.tar.xz | |
Turn off XLIB define
Defining XLIB causes generated layers to silently fail to load
Change-Id: Id630465507383bd61e4e80c184e991ca8e9a1ac8
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75cf7bd9..66ca4760 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") # TODO: Basic support is present for Xlib but is untested. # Mir support is stubbed in but unimplemented and untested. option(BUILD_WSI_XCB_SUPPORT "Build XCB WSI support" ON) - option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" ON) + option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" OFF) option(BUILD_WSI_WAYLAND_SUPPORT "Build Wayland WSI support" OFF) option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" OFF) |
