summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2008-01-09 09:58:37 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2008-01-09 09:58:37 +0000
commit40b89a1f0c379e79a1d643962993412ee53612f5 (patch)
tree9b3996ed42d24ed87e2c8709448a049b00179494
parente3e1b3573e8e44cb77807fdcae696bc2b9900d5f (diff)
downloadgconf-40b89a1f0c379e79a1d643962993412ee53612f5.tar.gz
glib-2.0, not glib. Thanks To Alex Larsson.
2008-01-09 Kjartan Maraas <kmaraas@gnome.org> * gconf-2.0.pc.in: glib-2.0, not glib. Thanks To Alex Larsson. svn path=/trunk/; revision=2506
-rw-r--r--ChangeLog5
-rw-r--r--gconf-2.0.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7225537b..5d42518b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-09 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gconf-2.0.pc.in: glib-2.0, not glib. Thanks
+ To Alex Larsson.
+
2008-01-08 Kjartan Maraas <kmaraas@gnome.org>
* NEWS: Update more.
diff --git a/gconf-2.0.pc.in b/gconf-2.0.pc.in
index a2e557eb..87888670 100644
--- a/gconf-2.0.pc.in
+++ b/gconf-2.0.pc.in
@@ -8,7 +8,7 @@ gconf_serverdir=@libexecdir@
Name: gconf
Description: GNOME Config System.
Version: @VERSION@
-Requires: glib
+Requires: glib-2.0
Requires.private: ORBit-2.0
Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
Cflags: -I${includedir}/gconf/@MAJOR_VERSION@