diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-09 09:51:23 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-09 09:51:23 +0200 |
commit | 070337d3dd0a9a0caa10c741cd4935bf2a1a9f36 (patch) | |
tree | aa5aa4c9e7ed90617ad9130b6b93def344b8ccca /recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc | |
parent | ecb65418eee7e99a7cc9c9e2ce037e1980b7dd61 (diff) |
firefox: replace 3.6.4 with 3.6.6
Diffstat (limited to 'recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc')
-rw-r--r-- | recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc b/recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc new file mode 100644 index 0000000000..3e622dc3fb --- /dev/null +++ b/recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc @@ -0,0 +1,13 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include +mozdir=${includedir}/firefox-3.6.6 +idldir=${includedir}/firefox-3.6.6 + +Name: XPCOM +Description: The Mozilla Cross Platform Component Library +Version: 3.6.6 +Requires: nspr >= 4.8 +Libs: -L${libdir} -lxpcom -Wl,-R${libdir} +Cflags: -I${mozdir} -I${mozdir}/xpcom -I${mozdir}/string |