summaryrefslogtreecommitdiff
path: root/recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-03-04 22:51:13 +0000
committerPhil Blundell <philb@gnu.org>2010-03-04 22:51:13 +0000
commitfdf8185913576006aa3c69bd132fb247d0a869bf (patch)
tree69fc8d4b276b6ac9ad8198478e8feea6cf9d9693 /recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc
parent1ae7c5f36d8a6a94053ba4d7919fb7daf9ff2ae1 (diff)
parent78c7106f99efcbabc9ccc00343c87a900644cda3 (diff)
Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc')
-rw-r--r--recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc b/recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc
new file mode 100644
index 0000000000..935d357d84
--- /dev/null
+++ b/recipes/mozilla/firefox-3.5.2/firefox-xpcom.pc
@@ -0,0 +1,13 @@
+prefix=/usr
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include
+mozdir=${includedir}/firefox-3.5.2
+idldir=${includedir}/firefox-3.5.2
+
+Name: XPCOM
+Description: The Mozilla Cross Platform Component Library
+Version: 3.5
+Requires: nspr >= 4.8
+Libs: -L${libdir} -lxpcom -Wl,-R${libdir}
+Cflags: -I${mozdir} -I${mozdir}/xpcom -I${mozdir}/string