summaryrefslogtreecommitdiff
path: root/gconf-2.0.pc.in
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2011-07-01 14:10:42 +0100
committerRoss Burton <ross@linux.intel.com>2011-07-01 14:10:42 +0100
commit0a456ca9d48a59f196da53a345ab9695c8470e7a (patch)
treebc5b8c6bf36e240c406bfcff76e47b06aec9357d /gconf-2.0.pc.in
parent8a4e5e35e947ad62fff2d88bd43330746b69f007 (diff)
downloadgconf-port-to-dbus.tar.gz
Subsitute the correct private requirements in the pkgconfig fileport-to-dbus
Diffstat (limited to 'gconf-2.0.pc.in')
-rw-r--r--gconf-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf-2.0.pc.in b/gconf-2.0.pc.in
index 9e99a369..ea2ac7d1 100644
--- a/gconf-2.0.pc.in
+++ b/gconf-2.0.pc.in
@@ -9,6 +9,6 @@ Name: gconf
Description: GNOME Config System.
Version: @VERSION@
Requires: glib-2.0
-Requires.private: ORBit-2.0 gio-2.0
+Requires.private: @IPC_REQUIRES@ gio-2.0
Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
Cflags: -I${includedir}/gconf/@MAJOR_VERSION@