summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-14 21:44:35 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 21:44:35 +0000
commit0220bbda1afbfb2b8e9abe1ff07b193a49cbb4d8 (patch)
tree13ed20156372e3ceb0fb5e44adf5b40258b8cdc7
parent119e1cd7bcdd505d62df27b4b031127b2e4e443e (diff)
downloadpygobject-0220bbda1afbfb2b8e9abe1ff07b193a49cbb4d8.tar.gz
Bug 487523 – Add xslfiles variable to .pc.in files
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 svn path=/trunk/; revision=801
-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 7b0fabf4..013f6818 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 576eaf31..5170d09a 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@