1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xulrunner/installer/libxul-embedding.pc.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +prefix=%prefix% 1.5 +sdkdir=%sdkdir% 1.6 +includedir=%includedir% 1.7 +idldir=%idldir% 1.8 + 1.9 +Name: libxul-embedding 1.10 +Description: Static library for version-independent embedding of the Mozilla runtime 1.11 +Version: %MOZILLA_VERSION% 1.12 +Libs: -L${sdkdir}/lib -lxpcomglue -ldl 1.13 +Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%