GNOME Bugzilla – Bug 302072
epiphany's Makefile should check for mozilla-gtkmozembed, not for gtkmozembed.
Last modified: 2005-07-22 05:57:26 UTC
In epiphany's Makefile, there is: LIBDEPS += $(shell if test ! -e "`pkg-config --exists firefox-gtkmozembed || pkg-config --exists gtkmozembed 2> /dev/null`"; then echo bootstrap/firefox; fi ) The second gtkmozembed should read mozilla-gtkmozembed as this is the name of the pkg-config file Mozilla installs.
Will the latest versions of epiphany build with mozilla? I thought that it only could be built with firefox. If epiphany can only be built with firefox then the second check is seems pointless, right?
From a recent announcement: | Epiphany 1.7.2 requires mozilla 1.7, 1.7.x, 1.7 branch, 1.8b2 or trunk, | or firefox 1.0.x or trunk. | The recommended version is Mozilla 1.7.8 [...] So, yes, it seems like Epiphany does build with Mozilla.
Ok, this is now fixed in garnome-2.11.5.1. :)