diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-10 07:44:23 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-10 07:44:23 +0200 |
| commit | b37576aa55a9b93e94fb6d1c63e45ad182de1f28 (patch) | |
| tree | 12eeb65bc898a45b3b16ebf2b5217ca6359c67d7 /CHANGES.txt | |
| parent | 203e7b70985b269de64a5b855c0ed9f1c5dfffd9 (diff) | |
New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2c66edf9e..06750fab2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -124,7 +124,11 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022 New Configuration Options (ABI Version) - Configure option --enable-wayland allows to build the FLTK library for - the new Wayland platform. The corresponding CMake option is OPTION_USE_WAYLAND. + the new Wayland platform while remaining compatible with X11. The + corresponding CMake option is OPTION_USE_WAYLAND. + - 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. - The new configure option --disable-gdiplus removes the possibility to draw antialiased lines and curves on the Windows platform. The corresponding CMake option is OPTION_USE_GDIPLUS. |
