summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-08-22 07:31:46 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-08-22 07:31:46 +0000
commit09a7b245f63308f031f108cc6bd7f762735aa1bd (patch)
tree7695c560357bad1711b40b2654201722b36c43fa /pygtk-2.0.pc.in
parentd53da934dfa20e5136bf1336be37ed64abadfb5c (diff)
downloadpygtk-09a7b245f63308f031f108cc6bd7f762735aa1bd.tar.gz
add signal connection function overrieds.
2001-08-22 James Henstridge <james@daa.com.au> * gtk/libglade.override: add signal connection function overrieds. * pygtk-2.0.pc.in: add a pkg-config data file that contains some information about how to link other wrapper modules, and where pygtk installs its defs files. Also removed imlib module sources
Diffstat (limited to 'pygtk-2.0.pc.in')
-rw-r--r--pygtk-2.0.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
new file mode 100644
index 00000000..1b772c65
--- /dev/null
+++ b/pygtk-2.0.pc.in
@@ -0,0 +1,17 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+datadir=@includedir@
+
+# 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
+
+# same here. Useful when calling the code generator in addon packages.
+defsdir=${datadir}/pygtk/2.0/defs
+
+Name: PyGTK
+Description: Python bindings for GTK+ and related libraries
+Version: @VERSION@
+Cflags: -I${pygtkincludedir}