Fix FTBFS when WITH_HAL=OFF.

pull/2/head
Darrell Anderson 12 years ago
parent d50125d0ec
commit f34a07c4a3

@ -268,7 +268,6 @@ if( BUILD_TDM OR BUILD_KSMSERVER )
tde_message_fatal( "dbus-tqt-1 is required, but was not found on your system" )
endif( )
endif( )
if( WITH_HAL )
# check for dbus-tqt
# dbus-tqt need Qt flags
pkg_check_modules( DBUS_TQT REQUIRED dbus-tqt )
@ -284,6 +283,5 @@ if( BUILD_TDM OR BUILD_KSMSERVER )
if( NOT HAVE_DBUS_QT3_07 )
tde_message_fatal( "dbus-tqt is required, but was not found on your system" )
endif( )
endif( )
endif( )

Loading…
Cancel
Save