summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-09 15:19:15 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-09 15:19:15 +0200
commit203e7b70985b269de64a5b855c0ed9f1c5dfffd9 (patch)
tree233666e3e01800de81b824a2cd09f6399d15ade4 /README.CMake.txt
parent1b0f21cc8fec9a933770a2ed6d7feafe91ee8333 (diff)
New OPTION_WAYLAND_ONLY for CMake to build pure 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 d97b491cd..37f6344c4 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -175,6 +175,10 @@ OPTION_USE_WAYLAND - default OFF
and use X11 for their window operations otherwise, but keep using
Cairo and Pango - see README.Wayland.txt.
+OPTION_WAYLAND_ONLY - default OFF
+ In conjunction with OPTION_USE_WAYLAND, restricts FLTK to support the
+ Wayland backend only.
+
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).