summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-13 15:22:24 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-13 15:22:24 +0100
commit0e3acd27fbe7c02bc68f7fbf7b663b2469e10ffa (patch)
treeb4173322bfc783290c0ed21f17917b8f06c613e3 /README.Wayland.txt
parent496c7dd84b3d861f24d741b71744afd955b1ea38 (diff)
Add information about Wayland support by FLTK on the RaspberryPi
Diffstat (limited to 'README.Wayland.txt')
-rw-r--r--README.Wayland.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index 4ef2dafcd..628b9162b 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -29,8 +29,8 @@ Version 1.4 of the FLTK library introduces support of the public FLTK API on
the Wayland platform. It requires a Wayland-equipped OS, namely Linux or FreeBSD.
Pre-existing platform-independent source code for FLTK 1.3.x should build and
run unchanged with FLTK 1.4 and the Wayland platform.
-The code has been tested on Debian, Ubuntu and Fedora with 3 distinct Wayland
-compositors: mutter (Gnome's compositor), weston, and KDE.
+The code has been tested on Debian, Ubuntu, RaspberryPiOS and Fedora with
+3 distinct Wayland compositors: mutter (Gnome's compositor), weston, and KDE.
The code has also been tested under FreeBSD and the sway wayland compositor.
CJK text-input methods, as well as dead and compose keys are supported.
@@ -105,6 +105,9 @@ tested in that situation.
* Text input methods have been tested without any understanding of the writing systems,
so feedback on this subject would be helpful.
+* Using OpenGL inside Wayland windows doesn't seem to work on RaspberryPi hardware,
+although it works inside X11 windows on the same hardware.
+
3 Preparing Platform Specific Code for the Wayland Platform
===========================================================
@@ -170,8 +173,8 @@ should run with a Wayland-enabled, FLTK 1.4 library with that single change only
The following are notes about building FLTK for the Wayland platform
on the various supported Linux distributions/OS.
-4.1 Debian and Derivatives (like Ubuntu)
-----------------------------------------
+4.1 Debian and Derivatives (like Ubuntu, RaspberryPiOS)
+-------------------------------------------------------
Under Debian, the Wayland platform requires version 11 (a.k.a. Bullseye) or more recent.
Under Ubuntu, the Wayland platform is known to work with version 20.04 (focal fossa) or