mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
274 B
PkgConfig
12 lines
274 B
PkgConfig
|
prefix=%prefix%
|
||
|
exec_prefix=%exec_prefix%
|
||
|
libdir=%libdir%
|
||
|
includedir=%includedir%
|
||
|
|
||
|
Name: JavaScript
|
||
|
Description: The Mozilla JavaScript Library
|
||
|
Version: %MOZILLA_VERSION%
|
||
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||
|
Libs: -L${libdir} -lmozjs
|
||
|
Cflags: -I${includedir}/js -DXP_UNIX
|