From 709decd35bbe26066277170f6cd9c8c2b843717a Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:27:33 +0200 Subject: README.txt: fix Wayland-related configure options --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index e0d2503b0..34cec3183 100644 --- a/README.txt +++ b/README.txt @@ -70,8 +70,9 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND macOS --enable-xdbe - Enable the X double-buffer extension --enable-xft - Enable the Xft library (anti-aliased fonts) --enable-pango - Draw text with the pango library - --enable-wayland - Use the Wayland system for handling windows - + --disable-wayland - Force building for X11 only (no Wayland support) + --enable-x11 - Force building for X11 (macOS and Cygwin) + --disable-x11 - Force building for Wayland only (Linux/Unix) --bindir=/path - Set the location for executables [default = /usr/local/bin] --libdir=/path - Set the location for libraries -- cgit v1.2.3