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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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("") -- cgit v1.2.3