After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302072 - epiphany's Makefile should check for mozilla-gtkmozembed, not for gtkmozembed.
epiphany's Makefile should check for mozilla-gtkmozembed, not for gtkmozembed.
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2005-04-26 17:20 UTC by Torsten Schoenfeld
Modified: 2005-07-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Torsten Schoenfeld 2005-04-26 17:20:40 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.
Comment 1 Bob Kashani 2005-07-10 02:25:32 UTC
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?
Comment 2 Torsten Schoenfeld 2005-07-18 22:14:42 UTC
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.
Comment 3 Bob Kashani 2005-07-22 05:57:26 UTC
Ok, this is now fixed in garnome-2.11.5.1. :)