From 0ba051994a5b6a928db90a439461a37386e4d8e1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 18 Nov 2022 09:10:22 +0100 Subject: Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES.txt') 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. -- cgit v1.2.3