summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-01-10 16:57:42 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-01-10 16:57:42 +0000
commitde73df28b1d7c62133b2799dd6663f7b44444c64 (patch)
tree53054eb3ba220dd0bc9631a966adea4559a2bf70 /pygtk-2.0.pc.in
parentd57cd700edb1e5aae421b66612aec9e9821f7f64 (diff)
downloadpygtk-de73df28b1d7c62133b2799dd6663f7b44444c64.tar.gz
Make the build of atk, pango and gtk conditional. Fixes bug #74144.
* .cvsignore: * Makefile.am: * configure.in: * gtk/Makefile.am: * pygtk-2.0.pc.in: * setup.py: * tests/common.py: * tests/testhelpermodule.c: Make the build of atk, pango and gtk conditional. Fixes bug #74144.
Diffstat (limited to 'pygtk-2.0.pc.in')
-rw-r--r--pygtk-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
index 799d0933..1c517efd 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -15,6 +15,6 @@ codegendir=${datadir}/pygtk/2.0/codegen
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
-Requires: gobject-2.0
+Requires: pygobject-2.0
Version: @VERSION@
Cflags: -I${pygtkincludedir} @THREADING_CFLAGS@