summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
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.