diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 7 |
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( ) |