Skip to content

Commit

Permalink
Bug 487523 – Add xslfiles variable to .pc.in files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
boondocksaints-debug authored and Johan Dahlin committed Jul 14, 2008
1 parent 119e1cd commit 0220bbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
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:
Expand Down
5 changes: 3 additions & 2 deletions pygobject-2.0-uninstalled.pc.in
Expand Up @@ -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@

0 comments on commit 0220bbd

Please sign in to comment.