New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.

This commit is contained in:
ManoloFLTK
2022-09-09 15:19:15 +02:00
parent 1b0f21cc8f
commit 203e7b7098
12 changed files with 101 additions and 35 deletions

View File

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