Imported Upstream version 3.32.2
[platform/upstream/python-gobject.git] / pygobject-3.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 includedir=@includedir@
4 datarootdir=@datarootdir@
5 datadir=@datadir@
6
7 # you can use the --variable=pygobjectincludedir argument to
8 # pkg-config to get this value. You might want to use this to
9 # install additional headers.
10 pygobjectincludedir=${includedir}/pygobject-3.0
11
12 Name: PyGObject
13 Description: Python bindings for GObject
14 Requires: gobject-2.0
15 Requires.private: libffi
16 Version: @VERSION@
17 Cflags: -I${pygobjectincludedir}
18
19 # overridesdir has now moved to the gi module
20 # third parties can access it in a python script:
21 #
22 # import gi
23 # installdir = gi._overridesdir
24 #
25 # the version of python you run the script from
26 # will determine the actual overrides path