mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
12 lines
287 B
PkgConfig
12 lines
287 B
PkgConfig
|
prefix=%prefix%
|
||
|
exec_prefix=%exec_prefix%
|
||
|
libdir=%libdir%
|
||
|
includedir=%includedir%
|
||
|
|
||
|
Name: NSS
|
||
|
Description: Mozilla Network Security Services
|
||
|
Version: %MOZILLA_VERSION%
|
||
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||
|
Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3
|
||
|
Cflags: -I${includedir}/nss
|