diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:37:07 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:37:09 +0900 |
commit | e5d66a3d89168db811dff9a9436f91fe44d74f0f (patch) | |
tree | 6f33425764313c4431633c12ee17427b735bcf14 /pygobject-3.0-uninstalled.pc.in | |
parent | 188514abf089f6c3bf73469e83525f3519f15ede (diff) | |
download | pygobject2-e5d66a3d89168db811dff9a9436f91fe44d74f0f.tar.gz pygobject2-e5d66a3d89168db811dff9a9436f91fe44d74f0f.tar.bz2 pygobject2-e5d66a3d89168db811dff9a9436f91fe44d74f0f.zip |
Imported Upstream version 2.90.1
Change-Id: I1fc2c61834ea9989bdca62e73c250b1be7c90a37
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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@ |