GNOME Bugzilla – Bug 570494
Epiphany plugin not built with epiphany 2.25
Last modified: 2009-02-04 18:21:28 UTC
I guess it has something to do with the checks in configure.in
Is there a trick to building mozilla and epiphany properly in jhbuild? I can't seem to get either to work, so I suppose in jhbuild the build for the epiphany plugin fails because it finds the headers from 2.24.x and it builds. I think I'm just going to change that check into something that checks for presence instead of a version, because the epiphany extension API just doesn't change that much.
(In reply to comment #1) > Is there a trick to building mozilla and epiphany properly in jhbuild? Hmm, no idea :/ > > I think I'm just going to change that check into something that checks for > presence instead of a version, because the epiphany extension API just doesn't > change that much. Nod. I'd say it's broken to change the version of the pkg-config file each time. So painful.
A patch from Christian should make upgrading much less painful in the future. 2009-02-04 Adam Schreiber <sadam@clemson.edu> * configure.in: * plugins/epiphany/seahorse-extension.c: Update version number to 2.25.91 Update epiphany checking code. Patch from Christian Persch. Fixes bugs #570525 and #570494