summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-04 20:33:15 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-04 20:33:15 +0000
commitf39d1d9f90156a3e67683785d14230ceb8bb8ae7 (patch)
tree9e09049bbb3a66ce7935bb641da66b059322694d
parentdf01c98cc7e83f3336e501fcf2eeee52c95464fb (diff)
2003-05-04 Havoc Pennington <hp@pobox.com>
* dbus-glib-1.pc.in (Requires): fix dependencies, from Anders Gustafsson
-rw-r--r--ChangeLog5
-rw-r--r--dbus-glib-1.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3b0ce6a..b6b16185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-05-04 Havoc Pennington <hp@pobox.com>
+ * dbus-glib-1.pc.in (Requires): fix dependencies, from
+ Anders Gustafsson
+
+2003-05-04 Havoc Pennington <hp@pobox.com>
+
* tools/dbus-launch.c: implement
* bus/main.c (main), bus/bus.c (bus_context_new):
diff --git a/dbus-glib-1.pc.in b/dbus-glib-1.pc.in
index 81ac8c73..de290d4c 100644
--- a/dbus-glib-1.pc.in
+++ b/dbus-glib-1.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: dbus-glib
Description: GLib integration for the free desktop message bus
Version: @VERSION@
-Requires: dbus-1.0 glib-2.0
+Requires: dbus-1 glib-2.0
Libs: -L${libdir} -ldbus-glib-1
Cflags: -I${includedir}/dbus-1.0