From e18c489d68bb295b4f8e6af717204001a3729484 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 8 Mar 2016 10:04:06 -0700 Subject: build: Enable Xlib support to default ON on Linux builds Change-Id: I5a89e81caf31b6cc5a5f0668a97fb05e8e6462aa --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3