summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-07-30 10:23:56 -0400
committerColin Walters <walters@verbum.org>2010-07-30 10:23:56 -0400
commita9e24426aae96e5968b95ef76aacf41d3153ddf7 (patch)
tree8e9db2ff3ea4f54206dbdc30a1a57cc4542f14a1 /pygtk-2.0.pc.in
parent0d788158d897d05bb53a92f49aef82132f2e8c3c (diff)
downloadpygtk-a9e24426aae96e5968b95ef76aacf41d3153ddf7.tar.gz
[pygtk-2.0.pc] Should require gtk+-2.0
https://bugzilla.redhat.com/show_bug.cgi?id=618944
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 0506e75e..e277e804 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -20,6 +20,6 @@ codegendir=${datadir}/pygobject/2.0/codegen
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
-Requires: pygobject-2.0
+Requires: pygobject-2.0 gtk+-2.0
Version: @VERSION@
Cflags: -I${pygtkincludedir} @THREADING_CFLAGS@