summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 62c1eb53c..1a18436d3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -125,7 +125,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
This option is OFF by default.
- Configure option --enable-wayland allows to build the FLTK library for
the new Wayland platform while remaining compatible with X11. The
- corresponding CMake option is OPTION_USE_WAYLAND. This option is OFF by default.
+ corresponding CMake option is OPTION_USE_WAYLAND. This option is ON by default.
- Configure options --enable-wayland --disable-x11 used together allow to
build FLTK for the Wayland backend only (no x11 backend). Under CMake, the
equivalent is to set both OPTION_USE_WAYLAND and OPTION_WAYLAND_ONLY.