js.pc.in (507B)
1 prefix=@prefix@ 2 exec_prefix=@exec_prefix@ 3 libdir=@libdir@ 4 includedir=@includedir@ 5 6 Name: SpiderMonkey @MOZILLA_VERSION@ 7 Description: The Mozilla library for JavaScript 8 Version: @MOZILLA_VERSION@ 9 @PKGCONF_REQUIRES_PRIVATE@ 10 Libs: -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 14 Cflags: -isystem ${includedir}/@JS_LIBRARY_NAME@