|
|
@ -31,8 +31,6 @@ find_program( DBUS_BINDING_TOOL NAMES dbus-binding-tool )
|
|
|
|
|
|
|
|
|
|
|
|
if( "${DBUS_BINDING_TOOL}" STREQUAL "DBUS_BINDING_TOOL-NOTFOUND" )
|
|
|
|
if( "${DBUS_BINDING_TOOL}" STREQUAL "DBUS_BINDING_TOOL-NOTFOUND" )
|
|
|
|
tde_message_fatal( "The dbus-binding-tool executable is required, but was not found on your system" )
|
|
|
|
tde_message_fatal( "The dbus-binding-tool executable is required, but was not found on your system" )
|
|
|
|
else()
|
|
|
|
|
|
|
|
set( _DBUS_TOOL dbus-binding-tool )
|
|
|
|
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|