mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
13 lines
331 B
PkgConfig
13 lines
331 B
PkgConfig
|
prefix=%prefix%
|
||
|
exec_prefix=%exec_prefix%
|
||
|
libdir=%libdir%
|
||
|
includedir=%includedir%
|
||
|
idldir=%idldir%
|
||
|
|
||
|
Name: XPCOM
|
||
|
Description: The Mozilla Cross Platform Component Library
|
||
|
Version: %MOZILLA_VERSION%
|
||
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||
|
Libs: -L${libdir} -lxpcom
|
||
|
Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
|