summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-07-13 21:58:19 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-07-13 21:58:19 +0000
commitff29b315cde0143ed6f3edf61df774b952c01c88 (patch)
tree4c3cab92cb75cfc56aa08133d2f6acebe80dfcf1 /pygtk-2.0.pc.in
parent0e7fed590f125dbd239c38f11cac87dcc0c998d0 (diff)
downloadpygtk-ff29b315cde0143ed6f3edf61df774b952c01c88.tar.gz
bug 542821:
2008-07-14 Paul Pogonyshev <pogonyshev@gmx.net> bug 542821: * codegen: Remove directory, we will use PyGObject's codegen from now on. * configure.in: Remove local codegen mentions. (CODEGENDIR): New AC_SUBST: determine where installed PyGObject's codegen is. * Makefile.am: * gtk/Makefile.am: Remove local codegen mentions and use 'CODEGENDIR' instead. * MANIFEST.in: * pygtk.spec.in: * setup.py: Remove all mentions of codegen. * pygobject-2.0.pc.in: Remove file (unused). * pygtk-2.0.pc.in: Change 'codegendir' to refer to PyGObject's codegen. svn path=/trunk/; revision=3006
Diffstat (limited to 'pygtk-2.0.pc.in')
-rw-r--r--pygtk-2.0.pc.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
index f5734c8b..0506e75e 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -12,7 +12,11 @@ pygtkincludedir=${includedir}/pygtk-2.0
# same here. Useful when calling the code generator in addon packages.
defsdir=${datadir}/pygtk/2.0/defs
-codegendir=${datadir}/pygtk/2.0/codegen
+
+# This is strictly speaking not necessarily so (we refer to another
+# package), but we want to preserve compatibility with times codegen
+# was in PyGTK, not PyGObject.
+codegendir=${datadir}/pygobject/2.0/codegen
Name: PyGTK
Description: Python bindings for GTK+ and related libraries