mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
12 lines
308 B
PkgConfig
12 lines
308 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: svrcore-devel
|
|
Description: Svrcore - development files for secure PIN handling using NSS crypto
|
|
Version: %SVRCORE_VERSION%
|
|
Requires: nspr >= %NSPR_VERSION% , nss >= %NSS_VERSION%
|
|
Libs: -lsvrcore
|
|
Cflags: -I${includedir}
|