From 0220bbda1afbfb2b8e9abe1ff07b193a49cbb4d8 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 14 Jul 2008 21:44:35 +0000 Subject: Bug 487523 – Add xslfiles variable to .pc.in files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-07-14 Johan Dahlin 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 --- ChangeLog | 7 +++++++ pygobject-2.0-uninstalled.pc.in | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b0fabf..013f681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-14 Johan Dahlin + + 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 * gio/gio.defs: 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@ -- cgit