summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Carbery <damien.carbery@sun.com>2007-04-29 21:56:15 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-04-29 21:56:15 +0000
commit5a1164a7d6e7202e2c6d8cec0e859a89cf46ad2c (patch)
treea6f707fe778c199896befb4e3497c270ba7dcb52
parent986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c (diff)
downloadpygobject-5a1164a7d6e7202e2c6d8cec0e859a89cf46ad2c.tar.gz
reviewed by: Johan Dahlin <johan@gnome.org>
2007-04-29 Damien Carbery <damien.carbery@sun.com> reviewed by: Johan Dahlin <johan@gnome.org> * configure.ac: * pygobject-2.0-uninstalled.pc.in: Add an uninstalled pkg-config file, fixes #385129 svn path=/trunk/; revision=652
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac1
-rw-r--r--pygobject-2.0-uninstalled.pc.in17
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eeb95a9..1d8213f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2007-04-29 Johan Dahlin <jdahlin@async.com.br>
+2007-04-29 Damien Carbery <damien.carbery@sun.com>
+
+ reviewed by: Johan Dahlin <johan@gnome.org>
+
+ * configure.ac:
+ * pygobject-2.0-uninstalled.pc.in:
+
+ Add an uninstalled pkg-config file, fixes #385129
+
+2007-04-29 Johan Dahlin <johan@gnome.org>
* README:
* configure.ac:
diff --git a/configure.ac b/configure.ac
index c2855c23..9cf4afcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,7 @@ JH_ADD_CFLAG([-fno-strict-aliasing])
AC_CONFIG_FILES(
Makefile
pygobject-2.0.pc
+ pygobject-2.0-uninstalled.pc
docs/Makefile
docs/reference/entities.docbook
docs/xsl/fixxref.py
diff --git a/pygobject-2.0-uninstalled.pc.in b/pygobject-2.0-uninstalled.pc.in
new file mode 100644
index 00000000..9217db87
--- /dev/null
+++ b/pygobject-2.0-uninstalled.pc.in
@@ -0,0 +1,17 @@
+Name: PyGObject
+Description: Python bindings for GObject
+Requires: gobject-2.0
+Version: @VERSION@
+Libs: @FFI_LIBS@
+Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject
+
+# 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=${pc_top_builddir}/${pcfiledir}/gobject
+
+# same here. Useful when calling the code generator in addon packages.
+defsdir=${pc_top_builddir}/${pcfiledir}/.
+fixxref=${pc_top_builddir}/pygobject-@VERSION@/docs/xsl/fixxref.py
+codegendir=${pc_top_builddir}/${pcfiledir}/gobject/codegen
+pygdocs=${pc_top_builddir}/pygobject-@VERSION@/docs