summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-02-01 22:37:50 +0000
committerDan Winship <danw@src.gnome.org>2008-02-01 22:37:50 +0000
commit5c3cc41b80176af0673ae7b4aca23ffb6cea41ac (patch)
treef9b0def866947f93541074065173b9287f0ead30
parent24c0267b74f07aa32a36a366c3f6a4e1d0d01c66 (diff)
downloadpygobject-5c3cc41b80176af0673ae7b4aca23ffb6cea41ac.tar.gz
pygobject-5c3cc41b80176af0673ae7b4aca23ffb6cea41ac.tar.xz
pygobject-5c3cc41b80176af0673ae7b4aca23ffb6cea41ac.zip
Add this so other bindings can find gio.defs
* pygobject-2.0.pc.in (defsdir): Add this so other bindings can find gio.defs svn path=/trunk/; revision=746
-rw-r--r--ChangeLog5
-rw-r--r--pygobject-2.0.pc.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d60e3e..641b96c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-01 Dan Winship <danw@gnome.org>
+
+ * pygobject-2.0.pc.in (defsdir): Add this so other bindings can
+ find gio.defs
+
2008-01-21 Johan Dahlin <johan@gnome.org>
* gio/gio.override (async_result_callback_marshal):
diff --git a/pygobject-2.0.pc.in b/pygobject-2.0.pc.in
index 73ff035..6876651 100644
--- a/pygobject-2.0.pc.in
+++ b/pygobject-2.0.pc.in
@@ -11,6 +11,7 @@ libdir=@libdir@
pygtkincludedir=${includedir}/pygtk-2.0
fixxref=${datadir}/pygobject/xsl/fixxref.py
pygdocs=${datadir}/gtk-doc/html/pygobject
+defsdir=${datadir}/pygobject/2.0/defs
Name: PyGObject
Description: Python bindings for GObject