gecko-dev/build/unix/mozilla-xpcom.pc.in
cbiesinger%web.de e62643dfbd Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
2005-04-22 17:11:13 +00:00

13 lines
341 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: %MOZ_APP_NAME%-nspr = %MOZILLA_VERSION%
Libs: -L${libdir} -lxpcom
Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string