From c3ac56c187138da7b2bed1a16d0a82656e306986 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 18 Feb 2012 16:01:50 -0600 Subject: Fix FTBFS when both upower and hal support is enabled --- ConfigureChecks.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 47c343f65..7be5f9baf 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -235,7 +235,8 @@ if( BUILD_TDM OR BUILD_KSMSERVER ) if( NOT DBUS_1_TQT_FOUND ) tde_message_fatal( "dbus-tqt-1 is required, but was not found on your system" ) endif( ) - else( ) + endif( ) + if( WITH_HAL ) # check for dbus-tqt # dbus-tqt need Qt flags pkg_check_modules( DBUS_TQT REQUIRED dbus-tqt ) -- cgit v1.2.3