summaryrefslogtreecommitdiffstats
path: root/kdesktop/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorEmanoil Kotsev <[email protected]>2024-09-07 08:17:46 +0000
committerEmanoil Kotsev <[email protected]>2025-01-30 23:24:27 +0000
commit90af943d8a7fdf47900dd2926466dfed2bf0b3c7 (patch)
tree8f1348389d3cd0805d0be7228998cfd4614eb154 /kdesktop/ConfigureChecks.cmake
parentfc50dbc59e9b11c513975f5cee71585859c63b38 (diff)
downloadtdebase-90af943d8a7fdf47900dd2926466dfed2bf0b3c7.tar.gz
tdebase-90af943d8a7fdf47900dd2926466dfed2bf0b3c7.zip
Add DBus screen saver interface to TDE
Signed-off-by: Emanoil Kotsev <[email protected]>
Diffstat (limited to 'kdesktop/ConfigureChecks.cmake')
-rw-r--r--kdesktop/ConfigureChecks.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/kdesktop/ConfigureChecks.cmake b/kdesktop/ConfigureChecks.cmake
index bc53ec698..e012b1213 100644
--- a/kdesktop/ConfigureChecks.cmake
+++ b/kdesktop/ConfigureChecks.cmake
@@ -12,3 +12,6 @@
if( WITH_PAM )
set( TDESCREENSAVER_PAM_SERVICE "kde" CACHE INTERNAL "" )
endif( )
+
+# check for dbus
+tde_setup_dbus( dbus-1-tqt )