diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-06-03 16:19:27 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-06-03 16:19:27 +0200 |
| commit | b371c1185c9cf937f48d2ed083d708e80211f38e (patch) | |
| tree | 45406c6320c5d1ae0870c5f0898dde7938745808 /README.CMake.txt | |
| parent | 85be70efa516bccb375bd7c011a2882a064c24da (diff) | |
Add build option FLTK_USE_DBUS to allow build w/o dbus (PR #1252)
Thanks to @lanodan for most of the source code.
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index 6f1e5147c..c774a59cb 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -288,6 +288,9 @@ FLTK_OPTION_SVG - default ON FLTK has a built-in SVG library and can create (write) SVG image files. Turning this option off disables SVG (read and write) support. +FLTK_USE_DBUS - default ON (Wayland only). + Meaningful only under Wayland. Allows FLTK to detect the current cursor theme. + FLTK_USE_LIBDECOR_GTK - default ON (Wayland only). Meaningful only under Wayland and if FLTK_USE_SYSTEM_LIBDECOR is 'OFF'. Allows to use libdecor's GTK plugin to draw window titlebars. Otherwise |
