[Bug 70458] connectivity monitor depends on now-removed upower API
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 29 17:18:56 CET 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70458
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Fixed in git for 5.17.0.
I'm not going to remove this feature from 5.16.0. Please compile with
--disable-upower to avoid the deprecated UPower functions.
If someone tells me the right "threshold" UPower version number for the branch
that deleted these functions, I'd be OK with changing the PKG_CHECK_MODULES
from
PKG_CHECK_MODULES([UPOWER_GLIB], [upower-glib],
to something like
PKG_CHECK_MODULES([UPOWER_GLIB], [upower-glib < 0.99],
for the 5.16 branch.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list