From 5a63d5945b2f886322c3ed6f5561822bcb1ed6fa Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 8 Sep 2011 02:02:57 +0000 Subject: 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 --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ConfigureChecks.cmake') 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" ) -- cgit v1.2.1