mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
13 lines
218 B
PkgConfig
13 lines
218 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: NSPR
|
|
Description: The Netscape Portable Runtime
|
|
Version: %MOZILLA_VERSION%
|
|
Libs: %FULL_NSPR_LIBS%
|
|
Cflags: -I${includedir}/nspr
|
|
|
|
|