From b371c1185c9cf937f48d2ed083d708e80211f38e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:19:27 +0200 Subject: Add build option FLTK_USE_DBUS to allow build w/o dbus (PR #1252) Thanks to @lanodan for most of the source code. --- README.CMake.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.CMake.txt') 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 -- cgit v1.2.3