diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-01 12:14:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-01 13:12:00 +0200 |
commit | 1fb6ea09d2c75b67627835aa3d055df5e168ca29 (patch) | |
tree | 434bf68c46b9b04e2fe529cd7b0a997153f1aa7c /recipes/mozilla/firefox/firefox-plugin.pc | |
parent | 96f8ec7a61658573adf438763f392bccc8c6f3c7 (diff) |
firefox 3.5.2: sync with AlwaysInnovating overlay
Diffstat (limited to 'recipes/mozilla/firefox/firefox-plugin.pc')
-rw-r--r-- | recipes/mozilla/firefox/firefox-plugin.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox/firefox-plugin.pc b/recipes/mozilla/firefox/firefox-plugin.pc new file mode 100644 index 0000000000..611acd5944 --- /dev/null +++ b/recipes/mozilla/firefox/firefox-plugin.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/firefox-3.5.2 + +Name: Mozilla Plug-In API +Description: Mozilla Plug-In API +Version: 3.5 +Requires: firefox-xpcom = 3.5 +Cflags: -I${includedir}/java -I${includedir}/plugin |