Subject: Firefox and pkg-config
To: None <tech-pkg@netbsd.org>
From: Johan =?iso-8859-1?Q?Wall=E9n?= <johan@tcs.hut.fi>
List: tech-pkg
Date: 09/05/2007 14:09:01
[I am not on tech-pkg, so please keep followup.]
Hello,
I have been trying to add plugin support (for firefox) to lang/classpath,
but configuration fails due to the infamous
checking for firefox-plugin firefox-xpcom... gnome-config: not found
gnome-config: not found
gnome-config: not found
gnome-config: not found
. The files /usr/pkg/lib/pkgconfig/firefox-plugin.pc and
/usr/pkg/lib/pkgconfig/firefox-xpcom.pc do exist, and
pkg-config --exists firefox-plugin firefox-xpcom
returns 0, so I do not understand why it fails in configure.
Any clues?
-- Johan