summaryrefslogtreecommitdiff
path: root/fl_config.cmake.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-04 15:40:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-04 15:41:00 +0100
commit3718effc431f5622a23c55b254153efdfe4e72c4 (patch)
treed8a805870c6a3785022e2f52f0c3715410e29a37 /fl_config.cmake.in
parenta773fdc44bfb818f1830e9e48ba765881e68c942 (diff)
Add the Wayland platform to FLTK 1.4
Diffstat (limited to 'fl_config.cmake.in')
-rw-r--r--fl_config.cmake.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in
index 1a83890dc..c0505e03a 100644
--- a/fl_config.cmake.in
+++ b/fl_config.cmake.in
@@ -55,4 +55,14 @@
#cmakedefine FLTK_USE_X11 1
+
+/*
+ * FLTK_USE_WAYLAND
+ *
+ * Do we use Wayland for the current platform?
+ *
+ */
+
+#cmakedefine FLTK_USE_WAYLAND 1
+
#endif /* _FL_fl_config_h_ */