diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-13 17:31:06 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-13 17:31:06 +0100 |
| commit | cfcafaa2c8ed32f09abfddc6362677f65d966ace (patch) | |
| tree | 88ed48dffae019ea8330a7494ccfde5b1c9bf41e /README.Wayland.txt | |
| parent | 5400811b83ea38ce2b746867014e048bc2a8a922 (diff) | |
Add details when FLTK_BACKEND_X11=off is used
Diffstat (limited to 'README.Wayland.txt')
| -rw-r--r-- | README.Wayland.txt | 4 |
1 files 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 |
