mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
bfdfe67f48
patch by braden@endoframe.com r=bsmedberg
13 lines
334 B
PkgConfig
13 lines
334 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: mozilla-nspr = %MOZILLA_VERSION%
|
|
Libs: -L${libdir} -lxpcom
|
|
Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
|