[glom] Correct the pkg-config file.



commit 359137ed5a02a358467921f2aa5a7791d41af204
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 18 10:57:39 2011 +0200

    Correct the pkg-config file.
    
    	* glom/libglom/glom.pc.in: Depend on libgdamm-5.0, not ligdamm-4.0.
      And depend on libxslt, because we just moved the xslt stuff into libglom.

 ChangeLog               |    7 +++++++
 glom/libglom/glom.pc.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1ca386c..19357a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-18  Murray Cumming  <murrayc murrayc com>
+
+	Correct the pkg-config file.
+
+	* glom/libglom/glom.pc.in: Depend on libgdamm-5.0, not ligdamm-4.0.
+  And depend on libxslt, because we just moved the xslt stuff into libglom.
+
 2011-10-17  Murray Cumming  <murrayc murrayc com>
 
 	Move ReportBuilder to libglom, to make testing easier.
diff --git a/glom/libglom/glom.pc.in b/glom/libglom/glom.pc.in
index 070750c..8a0d16b 100644
--- a/glom/libglom/glom.pc.in
+++ b/glom/libglom/glom.pc.in
@@ -8,7 +8,7 @@ exampledir= docdir@/examples
 
 Name: libglom
 Description: Library for accessing Glom documents and data structures.
-Requires: glibmm-2.4 giomm-2.4 libgdamm-4.0 libxml++-2.6
+Requires: glibmm-2.4 giomm-2.4 libgdamm-5.0 libxml++-2.6 libxslt
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lglom- GLOM_ABI_VERSION@
 Cflags: -I${includedir}/glom- GLOM_ABI_VERSION@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]