mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
12 lines
263 B
PkgConfig
12 lines
263 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: JavaScript
|
|
Description: The Mozilla JavaScript Library
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: mozilla-nspr = %MOZILLA_VERSION%
|
|
Libs: -L${libdir} -js
|
|
Cflags: -I${includedir}/js
|