mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Mir: Remove this experimental backend
As of the release of Mir 1.0, libmirclient has been deprecated[1] and its developers recommend clients using it to switch to Wayland. This patch removes support for libmirclient and instruct users to use the experimental Wayland backend instead. [1] https://discourse.ubuntu.com/t/mir-news-28th-september-2018/8184
This commit is contained in:
committed by
linkmauve
parent
e75af5f531
commit
cc805c0963
@@ -173,6 +173,14 @@ access functions @ref glfwGetX11SelectionString and @ref
|
||||
glfwSetX11SelectionString.
|
||||
|
||||
|
||||
@subsection news_33_mir_removal Experimental Mir support has been removed
|
||||
|
||||
As per the release of Mir 1.0, the recommended API is now Wayland, the
|
||||
experimental Mir display server backend introduced in GLFW 3.1 has thus been
|
||||
removed. To use the experimental Wayland backend, pass -DGLFW_USE_WAYLAND=ON
|
||||
to cmake where you previously passed the now-removed -DGLFW_USE_MIR=ON.
|
||||
|
||||
|
||||
@section news_32 Release notes for 3.2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user