diff options
author | Dan Winship <danw@src.gnome.org> | 2008-02-01 22:37:50 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2008-02-01 22:37:50 +0000 |
commit | 5c3cc41b80176af0673ae7b4aca23ffb6cea41ac (patch) | |
tree | f9b0def866947f93541074065173b9287f0ead30 | |
parent | 24c0267b74f07aa32a36a366c3f6a4e1d0d01c66 (diff) | |
download | pygobject-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | pygobject-2.0.pc.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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 |