Added missing libdir to libxul.pc
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 19 Jan 2010 19:14:04 +0100
changeset 54 110e0337b73e
parent 53 770c275fd27c
child 55 5297865de947
Added missing libdir to libxul.pc
mozilla-pkgconfig.patch
--- a/mozilla-pkgconfig.patch	Mon Jan 18 18:36:29 2010 +0100
+++ b/mozilla-pkgconfig.patch	Tue Jan 19 19:14:04 2010 +0100
@@ -58,6 +58,21 @@
 +Requires: %NSPR_NAME% >= %NSPR_VERSION%
 +Libs: -L${sdkdir}/sdk/lib -lxpcomglue
  Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
+diff --git a/xulrunner/installer/libxul.pc.in b/xulrunner/installer/libxul.pc.in
+--- a/xulrunner/installer/libxul.pc.in
++++ b/xulrunner/installer/libxul.pc.in
+@@ -1,10 +1,11 @@
+ prefix=%prefix%
+ sdkdir=%sdkdir%
++libdir=%libdir%
+ 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 -lxpcomglue_s -lxul -lxpcom
 diff --git a/xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in b/xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in
 --- a/xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in
 +++ b/xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in