[seahorse] Bump dependency on libsecret
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Bump dependency on libsecret
- Date: Fri, 13 Jul 2012 10:37:17 +0000 (UTC)
commit cdfc9bd7df52f16d837f75749371899370ae033e
Author: Stef Walter <stefw gnome org>
Date: Fri Jul 13 12:36:52 2012 +0200
Bump dependency on libsecret
* And fix for changes in the headers
configure.ac | 2 +-
gkr/seahorse-gkr-item.h | 2 +-
gkr/seahorse-gkr-keyring.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a2ef788..2faf567 100644
--- a/configure.ac
+++ b/configure.ac
@@ -330,7 +330,7 @@ fi
# -----------------------------------------------------------------------------
# LIBSECRET
-PKG_CHECK_MODULES([LIBSECRET], libsecret-0 >= $LIBSECRET_REQUIRED,
+PKG_CHECK_MODULES([LIBSECRET], libsecret-unstable >= $LIBSECRET_REQUIRED,
[enable_gnome_keyring=yes],[enable_gnome_keyring=no])
if test "$enable_gnome_keyring" = "no"; then
diff --git a/gkr/seahorse-gkr-item.h b/gkr/seahorse-gkr-item.h
index 5844deb..fdd6ef0 100644
--- a/gkr/seahorse-gkr-item.h
+++ b/gkr/seahorse-gkr-item.h
@@ -24,7 +24,7 @@
#define __SEAHORSE_GKR_ITEM_H__
#include <gtk/gtk.h>
-#include <secret/secret.h>
+#include <libsecret/secret.h>
#include "seahorse-gkr.h"
#include "seahorse-gkr-keyring.h"
diff --git a/gkr/seahorse-gkr-keyring.h b/gkr/seahorse-gkr-keyring.h
index 7992be7..e7c49b3 100644
--- a/gkr/seahorse-gkr-keyring.h
+++ b/gkr/seahorse-gkr-keyring.h
@@ -27,7 +27,7 @@
#include <glib-object.h>
#include <gio/gio.h>
-#include <secret/secret-unstable.h>
+#include <libsecret/secret.h>
#define SEAHORSE_TYPE_GKR_KEYRING (seahorse_gkr_keyring_get_type ())
#define SEAHORSE_GKR_KEYRING(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SEAHORSE_TYPE_GKR_KEYRING, SeahorseGkrKeyring))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]