diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-09-15 12:27:33 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-09-15 12:27:33 +0200 |
| commit | 709decd35bbe26066277170f6cd9c8c2b843717a (patch) | |
| tree | 679f356d383374d33ef4bdde9329bdeb0f95f050 | |
| parent | aca9d09cb94f528b113f74015b4b3f8d2032e4c5 (diff) | |
README.txt: fix Wayland-related configure options
| -rw-r--r-- | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
