I'm trying to compile telepathy-mission-control 4.49 against libtelepathy 0.3.0 I get this error: mcd-channel.c: In function '_mcd_channel_release_tp_channel': mcd-channel.c:263: error: 'TP_IFACE_QUARK_CONTACT_LIST' undeclared (first use in this function) mcd-channel.c:263: error: (Each undeclared identifier is reported only once mcd-channel.c:263: error: for each function it appears in.) Line 263 in mcd-channel.c use TELEPATHY_CHAN_IFACE_CONTACTLIST_QUARK which is defined as follow in telepathy-1.0/tp-chan.h #define TELEPATHY_CHAN_IFACE_CONTACTLIST_QUARK \ TP_IFACE_QUARK_CONTACT_LIST But then I can't find TP_IFACE_QUARK_CONTACT_LIST anywhere else. But I can find TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST. Attached is a patch to fix that.
Created attachment 12603 [details] [review] patch the patch I applied to my packages.
Fixed in 0.3.1.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.