summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
commitd096ec48d027967a192afb6b730ead6bb98076e1 (patch)
treec7a50774b98ab077eebd09a71ddfa912688aeb74 /README.CMake.txt
parent0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff)
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index 9eeda3e16..b3d089be5 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -163,6 +163,10 @@ OPTION_USE_PANGO - default OFF
unicode-defined scripts with limited support of right-to-left scripts.
This option makes sense only under X11, and also requires Xft.
+OPTION_USE_WAYLAND - default OFF
+ Enables use of the Wayland system for all window operations.
+ This option requires a Wayland-equipped system, i.e., Linux or FreeBSD.
+
OPTION_ABI_VERSION - default EMPTY
Use a numeric value corresponding to the FLTK ABI version you want to
build in the form 1xxyy for FLTK 1.x.y (xx and yy with leading zeroes).