diff options
Diffstat (limited to 'pygobject-3.0-uninstalled.pc.in')
-rw-r--r-- | pygobject-3.0-uninstalled.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pygobject-3.0-uninstalled.pc.in b/pygobject-3.0-uninstalled.pc.in new file mode 100644 index 0000000..8dd5f38 --- /dev/null +++ b/pygobject-3.0-uninstalled.pc.in @@ -0,0 +1,18 @@ +Name: PyGObject +Description: Python bindings for GObject +Requires: gobject-2.0 +Requires.private: @LIBFFI_PC@ +Version: @VERSION@ +Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject + +# you can use the --variable=pygtkincludedir argument to +# 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}/gio +fixxref=${pc_top_builddir}/${pcfiledir}/docs/xsl/fixxref.py +pygdocs=${pc_top_builddir}/${pcfiledir}/docs +datadir=${pc_top_builddir}/pygobject-@VERSION@ |