diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 17:08:54 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 17:10:32 +0100 |
| commit | 347d35a8c06869627fb1fbf2df494b662e84426b (patch) | |
| tree | 4ab9d49d3ea56794a04a2e7da64fa447c2bed718 /README.Wayland.txt | |
| parent | 0941f0600a26b85b49ab37ab2068a42a4962359c (diff) | |
Update README and configure related stuff for 1.5.0
- remove configure stuff from more README files
- move documentation/README.txt to README.documentation.txt
Diffstat (limited to 'README.Wayland.txt')
| -rw-r--r-- | README.Wayland.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt index ea834c4cc..08caed437 100644 --- a/README.Wayland.txt +++ b/README.Wayland.txt @@ -34,10 +34,10 @@ CJK text-input methods, as well as dead and compose keys are supported. 2 Wayland Support for FLTK ========================== -On Linux and FreeBSD systems, the FLTK library is by default configured so FLTK apps -do all their windowing through the Wayland protocol, all their graphics with -Cairo or EGL, and all text-drawing with Pango. If no Wayland compositor is -available at run-time, FLTK apps fall back to using X11 for windowing. +On Linux and FreeBSD systems, the FLTK library is by default configured so FLTK +apps do all their windowing through the Wayland protocol, all their graphics +withCairo or EGL, and all text-drawing with Pango. If no Wayland compositor +is available at run-time, FLTK apps fall back to using X11 for windowing. Cairo and Pango remain used for graphics and text, respectively. Environment variable FLTK_BACKEND can be used to control whether Wayland or @@ -122,12 +122,12 @@ On Linux and FreeBSD systems equipped with the adequate software packages hybrid library. On systems lacking all or part of Wayland-required packages, the default building procedure produces a X11-based library. -Use "-D FLTK_BACKEND_WAYLAND=OFF" with CMake or "configure --disable-wayland" -to build FLTK for the X11 library when the default would build for Wayland. +Use "-D FLTK_BACKEND_WAYLAND=OFF" with CMake to build FLTK for the X11 +library when the default would build for Wayland. -CMake option FLTK_BACKEND_X11=OFF or configure argument "--disable-x11" can -be used to produce a Wayland-only library which can be useful, e.g., when -cross-compiling for systems that lack X11 headers and libraries. +CMake option FLTK_BACKEND_X11=OFF can be used to produce a Wayland-only +library which can be useful, e.g., when cross-compiling for systems that +lack X11 headers and libraries. The FLTK Wayland platform uses a library called libdecor which handles window decorations (i.e., titlebars, shade). On very recent Linux distributions (e.g., Debian trixie) |
