Summary: | Make the heartbeat synchronise with the other applications | ||
---|---|---|---|
Product: | Wocky | Reporter: | Marco Barisione <marco.barisione> |
Component: | General | Assignee: | Marco Barisione <marco.barisione> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | smcv |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.collabora.co.uk/git/user/bari/wocky.git/log/ | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 37354 |
Description
Marco Barisione
2011-05-11 08:22:37 UTC
http://cgit.collabora.co.uk/git/user/bari/wocky.git/log/ contains the patch to fix this. Note that iphb didn't bump their API version number when adding those defines, so we cannot ad a configure check. I complained about it and hopefully it will be fixed soon, but if you could review this in the meantime it could be useful :) Looks good to me. You might be able to configure-check it via: AC_CHECK_DECL([IPHB_GS_WAIT_30_MIN], [$LIBIPHB_CFLAGS]) or some such? (In reply to comment #3) > AC_CHECK_DECL([IPHB_GS_WAIT_30_MIN], [$LIBIPHB_CFLAGS]) er, AC_CHECK_DECL([IPHB_GS_WAIT_30_MIN], [have_new_iphb=yes], [have_new_iphb=no], [$LIBIPHB_CFLAGS]) (In reply to comment #4) > (In reply to comment #3) > > AC_CHECK_DECL([IPHB_GS_WAIT_30_MIN], [$LIBIPHB_CFLAGS]) > > er, AC_CHECK_DECL([IPHB_GS_WAIT_30_MIN], [have_new_iphb=yes], > [have_new_iphb=no], [$LIBIPHB_CFLAGS]) They will fix the .pc file. But it seems they want to change their defines now, so this will have to wait... Can you please take a look again? I added a “configure: depend on libiphb >= 0.61.31” patch and modified “Heartbeat: synchronise the wakeups with other applications” with the updated intervals. Pushed to master. |
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.