README.txt: fix Wayland-related configure options

This commit is contained in:
ManoloFLTK 2023-09-15 12:27:33 +02:00
parent aca9d09cb9
commit 709decd35b
1 changed files with 3 additions and 2 deletions

View File

@ -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