summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
commitafc16b3331ca5656fd3fcde266e2c858327d6db3 (patch)
treecfd9467cd8ea6bb2b438a3e72f6ac6101810f007 /documentation/src/wayland.dox
parentb69286f2ca93bdda135cff6189e22d01583c7624 (diff)
Remove from Doxygen files information about removed configure-based build system.
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 21806ebb1..e1a41f605 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -198,9 +198,8 @@ Fl_Image_Surface_Driver::newImageSurfaceDriver().</tt>
In special situations, such as with embedded systems equipped with the Wayland software but lacking
the X11 library, it's possible to build the FLTK library such as it contains only the Wayland backend.
-This is achieved building FLTK with <tt>cmake -DFLTK_BACKEND_X11=OFF</tt> or with
-<tt>configure --disable-x11</tt>. In that case, FL/fl_config.h does not define
-\c FLTK_USE_X11.
+This is achieved building FLTK with <tt>cmake -DFLTK_BACKEND_X11=OFF</tt>.
+In that case, FL/fl_config.h does not define \c FLTK_USE_X11.
The rest of this chapter describes what happens when the Wayland leg has been chosen.