diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-23 10:32:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-23 10:32:59 +0200 |
commit | 0655e3fe0b154b19fc1d5868dada6377facc135d (patch) | |
tree | 4f373fbf942fa5e0bf7ecf38c48ec2d657975fc1 /recipes/mozilla/firefox-3.6.4/firefox-plugin.pc | |
parent | ece52cfdb8d7560ea95f86084cdc3f7c76438473 (diff) |
firefox: add 3.6.4
Diffstat (limited to 'recipes/mozilla/firefox-3.6.4/firefox-plugin.pc')
-rw-r--r-- | recipes/mozilla/firefox-3.6.4/firefox-plugin.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.6.4/firefox-plugin.pc b/recipes/mozilla/firefox-3.6.4/firefox-plugin.pc new file mode 100644 index 0000000000..9ab4021acc --- /dev/null +++ b/recipes/mozilla/firefox-3.6.4/firefox-plugin.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/firefox-3.6.4 + +Name: Mozilla Plug-In API +Description: Mozilla Plug-In API +Version: 3.6 +Requires: firefox-xpcom = 3.6.4 +Cflags: -I${includedir}/java -I${includedir}/plugin |