RetroZilla/build/unix/mozilla-xpcom.pc.in

13 lines
331 B
PkgConfig
Raw Normal View History

2015-10-21 05:03:22 +02:00
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