summaryrefslogtreecommitdiffstats
path: root/js/src/ctypes/libffi/libffi.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/ctypes/libffi/libffi.pc.in')
-rw-r--r--js/src/ctypes/libffi/libffi.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/src/ctypes/libffi/libffi.pc.in b/js/src/ctypes/libffi/libffi.pc.in
new file mode 100644
index 0000000000..6fad83b495
--- /dev/null
+++ b/js/src/ctypes/libffi/libffi.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+toolexeclibdir=@toolexeclibdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Description: Library supporting Foreign Function Interfaces
+Version: @PACKAGE_VERSION@
+Libs: -L${toolexeclibdir} -lffi
+Cflags: -I${includedir}