gecko/xulrunner/installer/libxul.pc.in
Oleg Romashin 11c7f44919 Bug 594338 - lmozjs is not available in latest xulrunner SDK... but still present in mozilla-js.pc.in. r=khuey a=approval2.0
--HG--
extra : rebase_source : 564bbbc8c73b63fb215356294e05d44e6835e2df
2010-09-10 11:36:25 -07:00

12 lines
283 B
PkgConfig

prefix=%prefix%
sdkdir=%sdkdir%
includedir=%includedir%
idldir=%idldir%
Name: libxul
Description: The Mozilla Runtime and Embedding Engine
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
Libs: -L${sdkdir}/lib %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%