summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-18 09:10:22 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-23 06:17:31 +0100
commit0ba051994a5b6a928db90a439461a37386e4d8e1 (patch)
treed38e4c6b7511f82daec3e076328e338ee682268c /CHANGES.txt
parent4dcced5b29ec3c26faccfd264909cbebd5ad4f44 (diff)
Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default
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.