diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-08 02:02:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-08 02:02:57 +0000 |
commit | 5a63d5945b2f886322c3ed6f5561822bcb1ed6fa (patch) | |
tree | 6de1044646a3920cef778dadd48cfaefee34b2c6 /ConfigureChecks.cmake | |
parent | 21fc43f2d4b21845480549053f92293fe1f41ce3 (diff) | |
download | tdebase-5a63d5945b2f886322c3ed6f5561822bcb1ed6fa.tar.gz tdebase-5a63d5945b2f886322c3ed6f5561822bcb1ed6fa.zip |
Allow kdebase to build with HAL disabled
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252060 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 9f525878d..cf43d6ea0 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -36,7 +36,7 @@ endif( ) # hal (ksmserver, kioslaves) -if( BUILD_KSMSERVER OR (WITH_HAL AND BUILD_KIOSLAVES)) +if( WITH_HAL ) pkg_search_module( HAL hal ) if( NOT HAL_FOUND ) tde_message_fatal( "hal is required, but was not found on your system" ) |