summaryrefslogtreecommitdiff
path: root/pygobject-3.0.pc.in
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-07-18 18:28:50 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-08-11 08:34:59 -0400
commitd862168d6a82edd59547d39f5b0ab8279b1e511c (patch)
tree2448d5b2d4886755812cd93a1498c74bb93718cb /pygobject-3.0.pc.in
parent5189b360ccddbbaee267ce857968fbf1aafdd07a (diff)
downloadpygobject-d862168d6a82edd59547d39f5b0ab8279b1e511c.tar.gz
up platform version to 3.0
https://bugzilla.gnome.org/show_bug.cgi?id=642048
Diffstat (limited to 'pygobject-3.0.pc.in')
-rw-r--r--pygobject-3.0.pc.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/pygobject-3.0.pc.in b/pygobject-3.0.pc.in
new file mode 100644
index 00000000..2ae8ebf7
--- /dev/null
+++ b/pygobject-3.0.pc.in
@@ -0,0 +1,22 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+libdir=@libdir@
+
+# you can use the --variable=pygtkincludedir argument to
+# pkg-config to get this value. You might want to use this to
+# install additional headers.
+pygtkincludedir=${includedir}/pygtk-2.0
+fixxref=${datadir}/pygobject/xsl/fixxref.py
+pygdocs=${datadir}/gtk-doc/html/pygobject
+defsdir=${datadir}/pygobject/2.0/defs
+overridesdir=@pyexecdir@/gi/overrides
+
+Name: PyGObject
+Description: Python bindings for GObject
+Requires: gobject-2.0
+Requires.private: @LIBFFI_PC@
+Version: @VERSION@
+Cflags: -I${pygtkincludedir}