mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
11 lines
265 B
PkgConfig
11 lines
265 B
PkgConfig
prefix=%prefix%
|
|
sdkdir=%sdkdir%
|
|
includedir=%includedir%/nss
|
|
|
|
Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
Libs: -L${sdkdir}/lib -lsmime3 -lssl3 -lnss3 -lnssutil3
|
|
Cflags: -I${includedir}
|