summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-11-07 14:05:25 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-11-07 14:05:42 +0100
commiteef7fe1978b4180c0e2db38fbda79a64725be96c (patch)
treea262cb7a67282096146b195b345411a6d24aea4d
parent4966cc7a1e7adcfcab73f63e3eba44a077b21029 (diff)
Update list of Debian packages to support Wayland
-rw-r--r--README.Wayland.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index 962cf55ec..48ce25e25 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -191,7 +191,6 @@ Under Ubuntu, the Wayland platform requires version 20.04 (focal fossa) or more
These packages are necessary to build the FLTK library, in addition to those listed
in section 2.1 of file README.Unix.txt :
-- make
- libpango1.0-dev
- libwayland-dev
- wayland-protocols
@@ -199,8 +198,6 @@ in section 2.1 of file README.Unix.txt :
- libxinerama-dev <== except if option FLTK_BACKEND_X11=off is used
- libdbus-1-dev <== recommended to query current cursor theme
- libglew-dev <== necessary to use OpenGL version 3 or above
-- cmake <== if you plan to build with CMake
-- cmake-qt-gui <== if you plan to use the GUI of CMake
- libdecor-0-dev <== recommended if available and if in version ≥ 0.2.0
- libgtk-3-dev <== highly recommended if libdecor-0-dev is not installed
@@ -210,7 +207,6 @@ These packages allow to run FLTK apps under the Gnome-Wayland desktop:
These packages allow to run FLTK apps under the KDE/Plasma-Wayland desktop:
- kde-plasma-desktop
-- plasma-workspace-wayland
Package installation command: sudo apt-get install <package-name ...>
@@ -233,8 +229,6 @@ package groups listed in section 2.2 of file README.Unix.txt :
- libdecor-devel <== recommended, draws window titlebars
- gtk3-devel <== highly recommended if libdecor-devel is not installed
- glew-devel <== necessary to use OpenGL version 3 or above
-- cmake <== if you plan to build with CMake
-- cmake-gui <== if you plan to use the GUI of CMake
Package installation command: sudo yum install <package-name ...>