summaryrefslogtreecommitdiffstats
path: root/patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc')
-rw-r--r--patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc b/patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc
new file mode 100644
index 000000000..0c9900420
--- /dev/null
+++ b/patches/source/seamonkey/pkgconfig/seamonkey-libxul.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+libdir=/usr/@LIB@/seamonkey-@VERSION@
+includedir=/usr/include/seamonkey-@VERSION@
+idldir=/usr/share/idl/seamonkey-@VERSION@
+
+Name: libxul
+Description: The Mozilla Runtime and Embedding Engine
+Version: @VERSION@
+Requires: seamonkey-nspr >= 4.7.1
+Libs: -L${libdir} -lxul -lxpcom
+Cflags: -I${includedir} -fshort-wchar