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/nspr.pc | |
parent | 96f8ec7a61658573adf438763f392bccc8c6f3c7 (diff) |
firefox 3.5.2: sync with AlwaysInnovating overlay
Diffstat (limited to 'recipes/mozilla/firefox/nspr.pc')
-rw-r--r-- | recipes/mozilla/firefox/nspr.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox/nspr.pc b/recipes/mozilla/firefox/nspr.pc new file mode 100644 index 0000000000..ba3d131978 --- /dev/null +++ b/recipes/mozilla/firefox/nspr.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/firefox-3.5.2 + +Name: NSPR +Description: The Netscape Portable Runtime +Version: 4.8 +Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl -Wl,-R${libdir} +Cflags: -I${includedir} |