From 914659955199baf2fd1b69fa04c572e26c249b0c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 10:29:23 -0500 Subject: [PATCH] Add comment for QtDBus so I don't forget again --- launcher/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index f3a241c..7503d60 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -122,6 +122,7 @@ if (BUILD_SYNC) target_link_libraries(astra_static PRIVATE QuotientQt6) endif () +# For screensaver inhibition on Linux if (TARGET Qt6::DBus) target_link_libraries(astra_static PRIVATE Qt6::DBus) target_compile_definitions(astra_static PRIVATE -DHAS_DBUS)