1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: SpiderMonkey @MOZILLA_VERSION@
7Description: The Mozilla library for JavaScript
8Version: @MOZILLA_VERSION@
9@PKGCONF_REQUIRES_PRIVATE@
10Libs: -L${libdir} -l@JS_LIBRARY_NAME@
11# Use -isystem for includes rather than -I, to mark them as "system headers"
12# that don't generate warning diagnostics. For justification, see
13# https://bugzilla.mozilla.org/show_bug.cgi?id=1539036
14Cflags: -include ${includedir}/@JS_LIBRARY_NAME@/js/RequiredDefines.h -isystem ${includedir}/@JS_LIBRARY_NAME@
15