diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2008-06-02 12:07:46 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2008-06-02 12:07:46 +0000 |
commit | a20baf0df17b1f6fe51bca33b1dc60288f38b5a8 (patch) | |
tree | 5d37c92edad66a3098cdb8ffc4f5a991bdb46248 /gconf-2.0.pc.in | |
parent | 20abefe61daa7b8cbfd539797caaed195d57340e (diff) | |
download | gconf-a20baf0df17b1f6fe51bca33b1dc60288f38b5a8.tar.gz |
Update this. Bump version to 2.23.0 Add dbus-1 to Requires.private.
2008-06-02 Kjartan Maraas <kmaraas@gnome.org>
* NEWS: Update this.
* configure.in: Bump version to 2.23.0
* gconf-2.0.pc.in: Add dbus-1 to Requires.private.
svn path=/trunk/; revision=2611
Diffstat (limited to 'gconf-2.0.pc.in')
-rw-r--r-- | gconf-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf-2.0.pc.in b/gconf-2.0.pc.in index 87888670..9dc22293 100644 --- a/gconf-2.0.pc.in +++ b/gconf-2.0.pc.in @@ -9,6 +9,6 @@ Name: gconf Description: GNOME Config System. Version: @VERSION@ Requires: glib-2.0 -Requires.private: ORBit-2.0 +Requires.private: ORBit-2.0 dbus-1 Libs: -L${libdir} -lgconf-@MAJOR_VERSION@ Cflags: -I${includedir}/gconf/@MAJOR_VERSION@ |