GNOME Bugzilla – Bug 676021
Use tp-glib version macros
Last modified: 2012-05-22 15:23:07 UTC
.
Created attachment 213991 [details] [review] Use tp-glib API version macros
Review of attachment 213991 [details] [review]: Unless I’m mistaken, I don’t think this’ll have any effect, since tpf-persona-store.vala and friends don’t generate “#include <config.h>”. It might be better to add the #defines to a TP_GLIB_CPPFLAGS automake variable and use that in backends/telepathy[/lib]/Makefile.am instead.
Created attachment 214058 [details] [review] Use tp-glib API version macros
Review of attachment 214058 [details] [review]: Looks good to me. Please commit. (What we really need, though, is some variant of PKG_CHECK_MODULES which does this automatically. That would be nice.)
Attachment 214058 [details] pushed as 5a62b1b - Use tp-glib API version macros
Note that this is pretty much useless since deprecations should be catched at valac level, not gcc.