summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-10 07:44:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-10 07:44:23 +0200
commitb37576aa55a9b93e94fb6d1c63e45ad182de1f28 (patch)
tree12eeb65bc898a45b3b16ebf2b5217ca6359c67d7 /makeinclude.in
parent203e7b70985b269de64a5b855c0ed9f1c5dfffd9 (diff)
New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform.
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 78637eaf4..5c8c0cc74 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -24,7 +24,7 @@ FL_ABI_VERSION = @FL_ABI_VERSION@
FLTK_VERSION = @FLTK_VERSION@
-# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT | CAIROXLIB | WAYLAND }
+# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT | CAIROXLIB | WAYLANDX11 | WAYLAND }
BUILD = @BUILD@
UNAME = @UNAME@