From cfcafaa2c8ed32f09abfddc6362677f65d966ace Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:31:06 +0100 Subject: Add details when FLTK_BACKEND_X11=off is used --- README.Wayland.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Wayland.txt b/README.Wayland.txt index f01147f5d..048994aa7 100644 --- a/README.Wayland.txt +++ b/README.Wayland.txt @@ -116,7 +116,7 @@ On Linux and FreeBSD systems equipped with the adequate software packages hybrid library. On systems lacking all or part of Wayland-required packages, the default building procedure produces a X11-based library. -Use "-D FLTK_OPTION_USE_WAYLAND=OFF" with CMake or "configure --disable-wayland" +Use "-D FLTK_BACKEND_WAYLAND=OFF" with CMake or "configure --disable-wayland" to build FLTK for the X11 library when the default would build for Wayland. CMake option FLTK_BACKEND_X11=OFF or configure argument "--disable-x11" can @@ -185,7 +185,7 @@ in section 2.1 of file README.Unix.txt : - libwayland-dev - wayland-protocols - libxkbcommon-dev -- libxinerama-dev +- libxinerama-dev <== except if option FLTK_BACKEND_X11=off is used - libdbus-1-dev <== recommended to query current cursor theme - libglew-dev <== necessary to use OpenGL version 3 or above - cmake <== if you plan to build with CMake -- cgit v1.2.3