diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-03-08 10:04:06 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-03-08 10:04:06 -0700 |
| commit | e18c489d68bb295b4f8e6af717204001a3729484 (patch) | |
| tree | 8d3128672204495a43e5493a3b42f762d0887cfc | |
| parent | 5a7389ed345e3aaf769470201453bc22f82fde90 (diff) | |
| download | usermoji-e18c489d68bb295b4f8e6af717204001a3729484.tar.xz | |
build: Enable Xlib support to default ON on Linux builds
Change-Id: I5a89e81caf31b6cc5a5f0668a97fb05e8e6462aa
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 603a4c09..7dac0f53 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,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" OFF) + option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" ON) option(BUILD_WSI_WAYLAND_SUPPORT "Build Wayland WSI support" OFF) option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" OFF) |
