While TDEHWLIB
itself (i.e. the library code in tdelibs) is
not, other previously HAL-dependent features in tdebase are still
dependent on dbus-tqt. Therefore, tdebase is dependent on dbus-tqt
even if the TDEHWLIB is in use.
Seems then that my temporary patch is best? Just delete the if( WITH_HAL )
test and build with dbus-tqt support regardless of how WITH_HAL or
WITH_TDEHWLIB are set?
Darrell
I would check to see if either WITH_HAL or WITH_TDEHWLIB are set before
requiring dbus-tqt; if neither are set then tdebase does not depend on it.
Tim