docs: Add custom roles for linking to gitlab issues and merge requests
[pygobject.git] / pygobject-3.0.pc.in
blob3c7af0119377f9876665a84e81245ef95154dde9
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 includedir=@includedir@
4 datarootdir=@datarootdir@
5 datadir=@datadir@
6 libdir=@libdir@
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
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}
20 # overridesdir has now moved to the gi module
21 # third parties can access it in a python script:
23 # import gi
24 # installdir = gi._overridesdir
26 # the version of python you run the script from
27 # will determine the actual overrides path