[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27871] New: Improved plugin detection for Mozilla/Firefox
From: |
jserv at kaffe dot org |
Subject: |
[Bug classpath/27871] New: Improved plugin detection for Mozilla/Firefox |
Date: |
2 Jun 2006 03:13:26 -0000 |
I found GNU Classpath 0.92-pre (CVS) failed to detect Firefox plugin
development packages. The reason is becuase the different packaging manner for
Firefox on my Ubuntu box. Here are some files listed:
$ dpkg -L firefox-dev | grep pkgconfig
/usr/lib/pkgconfig
/usr/lib/pkgconfig/firefox-gtkmozembed.pc
/usr/lib/pkgconfig/firefox-js.pc
/usr/lib/pkgconfig/firefox-nss.pc
/usr/lib/pkgconfig/firefox-plugin.pc
/usr/lib/pkgconfig/firefox-xpcom.pc
/usr/lib/pkgconfig/firefox-nspr.pc
However, configure.ac in cvs head only checks for mozilla-plugin, so that I
improved it as the attachment, which detects Firefox development packages as
well.
--
Summary: Improved plugin detection for Mozilla/Firefox
Product: classpath
Version: 0.92
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jserv at kaffe dot org
GCC build triplet: i486-linux-gnu
GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27871
- [Bug classpath/27871] New: Improved plugin detection for Mozilla/Firefox,
jserv at kaffe dot org <=