|
|
|
@ -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( )
|
|
|
|
|