Remove references to unsupported "xlib" windowing system support (#4028)
Support for X clients is provided by xcb instead. Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -41,5 +41,6 @@ set(LY_ASSET_DEPLOY_ASSET_TYPE "pc" CACHE STRING "Set the asset type for deploym
|
||||
ly_set(LY_PYTHON_CMD ${CMAKE_CURRENT_SOURCE_DIR}/python/python.sh)
|
||||
|
||||
# Set the default window manager that applications should be using on Linux
|
||||
# Note: Only ("xcb", "wayland", or "xlib" should be considered)
|
||||
set(PAL_TRAIT_LINUX_WINDOW_MANAGER "xcb" CACHE STRING "Sets the Window Manager type to use when configuring Linux (xcb, wayland, or xlib)")
|
||||
# Note: Only ("xcb" or "wayland" should be considered)
|
||||
set(PAL_TRAIT_LINUX_WINDOW_MANAGER "xcb" CACHE STRING "Sets the Window Manager type to use when configuring Linux")
|
||||
set_property(CACHE PAL_TRAIT_LINUX_WINDOW_MANAGER PROPERTY STRINGS xcb wayland)
|
||||
|
||||
Reference in New Issue
Block a user