aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-23 19:05:49 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-23 20:55:44 +0100
commitf04722e241ec503189304dd441966da96d95fd9b (patch)
tree132f4517f736a40da50adbedce10f15710280e3f /recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc
parentd8ce5c488c36b3abfc9d046eeaa87a848d4b6afc (diff)
downloadopenembedded-f04722e241ec503189304dd441966da96d95fd9b.tar.gz
firefox 3.6.2: add new version
Diffstat (limited to 'recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc')
-rw-r--r--recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc b/recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc
new file mode 100644
index 0000000000..1c2de33620
--- /dev/null
+++ b/recipes/mozilla/firefox-3.6.2/firefox-xpcom.pc
@@ -0,0 +1,13 @@
+prefix=/usr
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include
+mozdir=${includedir}/firefox-3.6.2
+idldir=${includedir}/firefox-3.6.2
+
+Name: XPCOM
+Description: The Mozilla Cross Platform Component Library
+Version: 3.6.2
+Requires: nspr >= 4.8
+Libs: -L${libdir} -lxpcom -Wl,-R${libdir}
+Cflags: -I${mozdir} -I${mozdir}/xpcom -I${mozdir}/string