summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <zilch@src.gnome.org>2002-12-04 18:13:47 +0000
committerJohan Dahlin <zilch@src.gnome.org>2002-12-04 18:13:47 +0000
commit9c374dbbbf5b23e4712ab9576546bb5908abbb55 (patch)
tree5b36a9675d90b04d7e07b1e7d2cef30b3f226291
parent24115315b607be67494f96171b537d6485c29539 (diff)
downloadpygtk-9c374dbbbf5b23e4712ab9576546bb5908abbb55.tar.gz
Added gobject-2.0. Fixes #97727.
* pygtk-2.0.pc.in (Requires): Added gobject-2.0. Fixes #97727.
-rw-r--r--ChangeLog2
-rw-r--r--pygtk-2.0.pc.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c5cead0..0dda6585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-12-04 Johan Dahlin <jdahlin@async.com.br>
+ * pygtk-2.0.pc.in (Requires): Added gobject-2.0. Fixes #97727.
+
* gtk/gtk.override (_wrap_gtk_tree_view_get_cursor): Impl. Fixes
#100077 (Dave Cook)
(_wrap_gtk_tree_model_iter_nth_child): Allow argument to be None,
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
index b8ed6a56..c950201a 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -13,5 +13,6 @@ defsdir=${datadir}/pygtk/2.0/defs
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
+Requires: gobject-2.0
Version: @VERSION@
Cflags: -I${pygtkincludedir}