GNOME Bugzilla – Bug 760189
Don't require Telepathy when built with --disable-telepathy
Last modified: 2016-01-11 18:07:25 UTC
See attached patch.
Created attachment 318301 [details] [review] Completely disable telepathy when built with --disable-telepathy Currently the --disable-telepathy switch only removes the telepathy account provider from the list. Instead, completely remove the (then unused) telepathy dependency when the switch is disabled.
Review of attachment 318301 [details] [review]: ::: configure.ac @@ -94,0 +94,11 @@ +# Telepathy +AC_DEFINE(GOA_TELEPATHY_NAME, ["telepathy"], [ProviderType and extension point name]) +AC_ARG_ENABLE([telepathy], ... 8 more ... I was not sure about having both GOA_TELEPATHY_ENABLED and BUILD_TELEPATHY, but I see you're following the style for Kerberos (GOA_KERBEROS_ENABLED and BUILD_KERBEROS).
Review of attachment 318301 [details] [review]: Thanks Cosimo. Pushed it to master after slightly tweaking the commit message.