Defining XLIB causes generated layers to silently fail to load
Change-Id: Id630465507383bd61e4e80c184e991ca8e9a1ac8
# 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)