2 exec_prefix=@exec_prefix@
3 includedir=@includedir@
4 datarootdir=@datarootdir@
8 # you can use the --variable=pygobjectincludedir argument to
9 # pkg-config to get this value. You might want to use this to
10 # install additional headers.
11 pygobjectincludedir=${includedir}/pygobject-3.0
14 Description: Python bindings for GObject
16 Requires.private: @LIBFFI_PC@
18 Cflags: -I${pygobjectincludedir}
20 # overridesdir has now moved to the gi module
21 # third parties can access it in a python script:
24 # installdir = gi._overridesdir
26 # the version of python you run the script from
27 # will determine the actual overrides path