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. --- CMake/options.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CMake/options.cmake') diff --git a/CMake/options.cmake b/CMake/options.cmake index 1ef64aad4..ea265515b 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -320,6 +320,7 @@ if(UNIX) endif() unset(FLTK_GRAPHICS_CAIRO CACHE) set(FLTK_GRAPHICS_CAIRO TRUE CACHE BOOL "all drawing to X11 windows uses Cairo") + option(FLTK_USE_DBUS "use D-Bus - required to detect the cursor theme" ON) option(FLTK_USE_SYSTEM_LIBDECOR "use libdecor from the system" ON) set(USE_SYSTEM_LIBDECOR 1) unset(FLTK_USE_XRENDER CACHE) -- cgit v1.2.3