summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake21
1 files changed, 0 insertions, 21 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 8ae2dad..90da6aa 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -120,27 +120,6 @@ if( WITH_TDEHWLIB )
endif( )
-##### hal #######################################
-
-if( WITH_HAL )
- pkg_search_module( HAL hal )
- if( HAL_FOUND )
- set ( HAVE_HAL 1 )
- # search for dbus
- pkg_search_module( DBUS dbus-1 )
- if( NOT DBUS_FOUND )
- tde_message_fatal( "dbus-1 is required, but was not found on your system" )
- endif( )
- # search for dbus-tqt
- pkg_search_module( DBUS_TQT dbus-tqt )
- if( NOT DBUS_TQT_FOUND )
- tde_message_fatal( "dbus-tqt is required, but was not found on your system" )
- endif()
- else ( )
- tde_message_fatal( "hal is required, but was not found on your system" )
- endif( )
-endif( )
-
##### arts ######################################
if( WITH_ARTS )