[gnome-keyring] No longer depend on eggdbus.
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-keyring] No longer depend on eggdbus.
- Date: Sun, 7 Feb 2010 17:45:36 +0000 (UTC)
commit 5b57be54b68adb336920f539b29f8cdc693d29df
Author: Stef Walter <stef memberwebs com>
Date: Sun Feb 7 17:45:04 2010 +0000
No longer depend on eggdbus.
We used to use eggdbus, but haven't for a couple months, so
remove this old dependency. Note that we still have a file
called 'egg-dbus.c'
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6aa2682..1fcbeda 100644
--- a/configure.in
+++ b/configure.in
@@ -198,7 +198,7 @@ fi
#
DBUS_REQUIRED=1.0
-PKG_CHECK_MODULES([DBUS], dbus-1 >= 1.0 eggdbus-1 >= 0.4)
+PKG_CHECK_MODULES([DBUS], dbus-1 >= 1.0)
DBUS_VERSION=`$PKG_CONFIG --modversion dbus-1`
DBUS_MAJOR_VERSION=`echo $DBUS_VERSION | cut -d. -f1`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]