pygobject-3.0.pc 708 B

123456789101112131415161718192021222324252627
  1. prefix=/usr
  2. exec_prefix=/usr
  3. includedir=/usr/include
  4. datarootdir=${prefix}/share
  5. datadir=/usr/share
  6. libdir=/usr/lib
  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. Name: PyGObject
  12. Description: Python bindings for GObject
  13. Requires: gobject-2.0
  14. Requires.private: libffi
  15. Version: 3.20.1
  16. Cflags: -I${pygobjectincludedir}
  17. # overridesdir has now moved to the gi module
  18. # third parties can access it in a python script:
  19. #
  20. # import gi
  21. # installdir = gi._overridesdir
  22. #
  23. # the version of python you run the script from
  24. # will determine the actual overrides path