[KAccounts] [Bug 378932] kaccounts_add_services depends on intltools
Elvis Angelaccio
bugzilla_noreply at kde.org
Tue Jun 6 11:10:26 BST 2017
https://bugs.kde.org/show_bug.cgi?id=378932
Elvis Angelaccio <elvis.angelaccio at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |elvis.angelaccio at kde.org
--- Comment #1 from Elvis Angelaccio <elvis.angelaccio at kde.org> ---
I was recently hit by this with kio-gdrive.
The problem is that intltools is a build-time only dependency,
kaccounts-integration is perfectly functional without intltools installed at
runtime.
So the only solution is that every project that uses kaccounts_add_service adds
a find_package(Intltools) call (which is annoying because intltool is not
cmake-friendly, you need to add a FindIntltool.cmake in your project).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list