diff options
author | Stef Walter <stefw@gnome.org> | 2012-07-13 23:33:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-03 21:54:08 +0800 |
commit | 3de9dd6a3d2b66049de6ad60c197f548ecd8a1f6 (patch) | |
tree | 5b33a42e00733a8459f59648e0ca57c466f5ff46 /configure.ac | |
parent | e3228e2389734b25c41e01fb178c69f205216b0e (diff) | |
download | gsoc2013-empathy-3de9dd6a3d2b66049de6ad60c197f548ecd8a1f6.tar.gz gsoc2013-empathy-3de9dd6a3d2b66049de6ad60c197f548ecd8a1f6.tar.zst gsoc2013-empathy-3de9dd6a3d2b66049de6ad60c197f548ecd8a1f6.zip |
Migrate from libgnome-keyring to libsecret
* See: https://live.gnome.org/GnomeGoals/LibsecretMigration
https://bugzilla.gnome.org/show_bug.cgi?id=679884
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b7b2e8c75..fce1b0d95 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs]) AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) GSTREAMER_REQUIRED=0.10.32 -KEYRING_REQUIRED=2.26.0 +LIBSECRET_REQUIRED=0.5 GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 @@ -198,7 +198,7 @@ PKG_CHECK_MODULES(EMPATHY, glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED - gnome-keyring-1 >= $KEYRING_REQUIRED + libsecret-1 >= $LIBSECRET_REQUIRED gnutls >= $GNUTLS_REQUIRED gmodule-export-2.0 gobject-2.0 |