mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
12 lines
302 B
PkgConfig
12 lines
302 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: XPCOM
|
|
Description: The Mozilla Cross Platform Component Library
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: mozilla-nspr = %MOZILLA_VERSION%
|
|
Libs: -L${libdir} -lxpcom
|
|
Cflags: -I${includedir}/xpcom -I${includedir}/string
|