summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosselin Mouette <joss@malsain.org>2009-05-17 18:03:44 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-05-17 18:03:44 +0300
commit629496a5617d30e4dfa494b05a62c85a6af77b9a (patch)
tree2342f5818d0bda0c35851bda28e37be1afde71a8
parent90cd8b7c4a25cd2ecb751f8337b401c98538272b (diff)
downloadpygobject-629496a5617d30e4dfa494b05a62c85a6af77b9a.tar.gz
pygobject-629496a5617d30e4dfa494b05a62c85a6af77b9a.tar.xz
pygobject-629496a5617d30e4dfa494b05a62c85a6af77b9a.zip
Use 'Requires.private' for libffi in '.pc' files
Correction for patch in bug #550231.
-rw-r--r--pygobject-2.0-uninstalled.pc.in3
-rw-r--r--pygobject-2.0.pc.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/pygobject-2.0-uninstalled.pc.in b/pygobject-2.0-uninstalled.pc.in
index 871d7e0..175acf5 100644
--- a/pygobject-2.0-uninstalled.pc.in
+++ b/pygobject-2.0-uninstalled.pc.in
@@ -1,6 +1,7 @@
Name: PyGObject
Description: Python bindings for GObject
-Requires: gobject-2.0 @LIBFFI_PC@
+Requires: gobject-2.0
+Requires.private: @LIBFFI_PC@
Version: @VERSION@
Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject
diff --git a/pygobject-2.0.pc.in b/pygobject-2.0.pc.in
index 6b63338..5188a12 100644
--- a/pygobject-2.0.pc.in
+++ b/pygobject-2.0.pc.in
@@ -16,6 +16,7 @@ codegendir=${datadir}/pygobject/2.0/codegen
Name: PyGObject
Description: Python bindings for GObject
-Requires: gobject-2.0 @LIBFFI_PC@
+Requires: gobject-2.0
+Requires.private: @LIBFFI_PC@
Version: @VERSION@
Cflags: -I${pygtkincludedir}