Hi all, I noticed a typo in one of the urls in CMakeList.txt. Added a patch with the correct url of the dependency.
I'm trying to compile kopete with Jabber support, but it doesn't show up in the add account dialog... According to cmake I satisfied all dependencies (compiled qca from source), but still no luck :-S Any suggestions? Regards, Jeroen
Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 886962) +++ CMakeLists.txt (working copy) @@ -35,7 +35,7 @@ macro_optional_find_package(LibMeanwhile) macro_bool_to_01(LIBMEANWHILE_FOUND HAVE_LIBMEANWHILE) -macro_log_feature(LIBMEANWHILE_FOUND "libmeanwhile" "A library for protocol support for connection to Sametime servers" "http://libmeanwhile.sf.net" FALSE "" "Required for the Kopete Meanwhile protocol") +macro_log_feature(LIBMEANWHILE_FOUND "libmeanwhile" "A library for protocol support for connection to Sametime servers" "http://meanwhile.sf.net" FALSE "" "Required for the Kopete Meanwhile protocol") check_include_files(valgrind/valgrind.h HAVE_VALGRIND_H) check_include_files(stdint.h HAVE_STDINT_H)
_______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
