Imported Upstream version 3.9.91
[platform/upstream/pygobject2.git] / pygobject-3.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 includedir=@includedir@
4 datarootdir=@datarootdir@
5 datadir=@datadir@
6 libdir=@libdir@
7
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
12
13 Name: PyGObject
14 Description: Python bindings for GObject
15 Requires: gobject-2.0
16 Requires.private: @LIBFFI_PC@
17 Version: @VERSION@
18 Cflags: -I${pygobjectincludedir}
19
20 # overridesdir has now moved to the gi module
21 # third parties can access it in a python script:
22 #
23 # import gi
24 # installdir = gi._overridesdir
25 #
26 # the version of python you run the script from
27 # will determine the actual overrides path