summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-06-03 16:19:27 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-06-03 16:19:27 +0200
commitb371c1185c9cf937f48d2ed083d708e80211f38e (patch)
tree45406c6320c5d1ae0870c5f0898dde7938745808 /CMakeLists.txt
parent85be70efa516bccb375bd7c011a2882a064c24da (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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a45b5cc1..b846da477 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -411,6 +411,7 @@ if(FLTK_USE_WAYLAND)
else()
fl_summary("" "Libdecor = Bundled")
endif()
+ fl_summary_yn("Use DBUS" DBUS_FOUND)
endif(FLTK_USE_WAYLAND)
message("")