summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--pygobject-2.0-uninstalled.pc.in5
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b0fabf..013f681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
2008-07-14 Johan Dahlin <johan@gnome.org>
+
+ Bug 487523 – Add xslfiles variable to .pc.in files
+
+ * pygobject-2.0-uninstalled.pc.in:
+ Add xslfiles variable, patch by Damien Carbery
+
+2008-07-14 Johan Dahlin <johan@gnome.org>
* gio/gio.defs:
Remove g_file_input_stream_seek and g_file_output_stream_seek,
diff --git a/pygobject-2.0-uninstalled.pc.in b/pygobject-2.0-uninstalled.pc.in
index 576eaf3..5170d09 100644
--- a/pygobject-2.0-uninstalled.pc.in
+++ b/pygobject-2.0-uninstalled.pc.in
@@ -9,10 +9,11 @@ Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject
# pkg-config to get this value. You might want to use this to
# install additional headers.
pygtkincludedir=${pc_top_builddir}/${pcfiledir}/gobject
+xslfiles=${pc_top_builddir}/${pcfiledir}/docs/xsl
# same here. Useful when calling the code generator in addon packages.
defsdir=${pc_top_builddir}/${pcfiledir}/.
-fixxref=${pc_top_builddir}/pygobject-@VERSION@/docs/xsl/fixxref.py
+fixxref=${pc_top_builddir}/${pcfiledir}/docs/xsl/fixxref.py
codegendir=${pc_top_builddir}/${pcfiledir}/gobject/codegen
-pygdocs=${pc_top_builddir}/pygobject-@VERSION@/docs
+pygdocs=${pc_top_builddir}/${pcfiledir}/docs
datadir=${pc_top_builddir}/pygobject-@VERSION@