summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2025-01-12 16:46:43 +0000
committerEmanoil Kotsev <deloptes@gmail.com>2025-01-12 16:58:06 +0000
commit704bebebdda3412e1556a73f8cb9fda7ae70e75f (patch)
tree71470400b69f7b9d070c458e53a5a262767111f3 /ConfigureChecks.cmake
parentae241fe04b4bfd3f42e795c978cc8f73db307327 (diff)
downloadtdebase-704bebebdda3412e1556a73f8cb9fda7ae70e75f.tar.gz
tdebase-704bebebdda3412e1556a73f8cb9fda7ae70e75f.zip
fixing dbus-1-tqt check
removed install directories for the interfaces disabled the check for screensaver status when calling Inhibit Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index c98603477..6550eeae8 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -440,14 +440,7 @@ endif( )
# dbus-1-tqt (kdesktop)
if( BUILD_KDESKTOP )
-
- pkg_search_module( DBUS_1_TQT dbus-1-tqt )
- if( NOT DBUS_1_TQT_FOUND )
- tde_message_fatal( "dbus-1-tqt is required, but was not found on your system" )
- endif( )
-
tde_setup_dbus( dbus-1-tqt )
-
endif( )