1prefix=@prefix@
2exec_prefix=@exec_prefix@
3includedir=@includedir@
4datarootdir=@datarootdir@
5datadir=@datadir@
6libdir=@libdir@
7
8# you can use the --variable=pylgtkincludedir argument to
9# pkg-config to get this value.  You might want to use this to
10# install additional headers.
11pylgtkincludedir=${includedir}/pylgtk-2.0
12fixxref=${datadir}/pylgobject/xsl/fixxref.py
13pygdocs=${datadir}/doc/pylgobject
14defsdir=${datadir}/pylgobject/2.0/defs
15codegendir=${datadir}/pylgobject/2.0/codegen
16overridesdir=@pyexecdir@/gi/overrides
17
18Name: PyGObject
19Description: Python bindings for GObject
20Requires: gobject-2.0
21Requires.private: @LIBFFI_PC@
22Version: @VERSION@
23Cflags: -I${pylgtkincludedir}
24