diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-08 10:46:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-08 10:46:00 +0900 |
commit | ce3d9531b62414fd17ccb702809a18810da16de1 (patch) | |
tree | 37db863d7fdc9c5d83b37135c0a633351c2d6a29 /ConfigureChecks.cmake | |
parent | acefd32da28cd61beb76831c90051a22a2584989 (diff) | |
download | k3b-ce3d9531b62414fd17ccb702809a18810da16de1.tar.gz k3b-ce3d9531b62414fd17ccb702809a18810da16de1.zip |
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 21 |
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 ) |