From afc16b3331ca5656fd3fcde266e2c858327d6db3 Mon Sep 17 00:00:00 2001
From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
Date: Mon, 8 Sep 2025 12:49:41 +0200
Subject: Remove from Doxygen files information about removed configure-based
build system.
---
documentation/src/wayland.dox | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'documentation/src/wayland.dox')
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().
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 cmake -DFLTK_BACKEND_X11=OFF or with
-configure --disable-x11. In that case, FL/fl_config.h does not define
-\c FLTK_USE_X11.
+This is achieved building FLTK with cmake -DFLTK_BACKEND_X11=OFF.
+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.
--
cgit v1.2.3