Da: Slávek Banko slavek.banko@axis.cz
gtk3-tqt-engine FTBFS on debian/testing, complaining that ld can't find libtdeui. Attached proposed patch.
Good point. I have not found anywhere definition of any TDEGTK_* variables. So, all these variables seems to be suitable to replace.
Correct Slavek, TDEGTK_* seems not to be defined anywhere. That's why I replaced TDEGTK_LDFLAGS instead of adding KDE_LDFLAGS on the same line. I think we should either: - replace the KDE_* definitions with equivalent TDEGTK_* ones or - remove the TDEGTK_* definitions and use only the KDE_* one. Personally I would choose the first option, even though it may require more changes. But I leave the decisions to the "gurus" :)
Cheers Michele