[network-manager-openvpn] Drop libsecret-unstable fallback
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn] Drop libsecret-unstable fallback
- Date: Mon, 15 May 2017 07:16:18 +0000 (UTC)
commit b6f0f57ea8fc9d4ce0116c8a08c71e48686c49ca
Author: Michael Biebl <biebl debian org>
Date: Mon May 15 07:34:26 2017 +0200
Drop libsecret-unstable fallback
Most of the libsecret API was declared stable in 0.18.
This happened in 2014, over 3 years ago, so the fallback to
libsecret-unstable is no longer necessary.
https://bugzilla.gnome.org/show_bug.cgi?id=782641
configure.ac | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ea763e4..f48f5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,11 +98,7 @@ if test x"$with_gnome" != xno; then
GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4"
PKG_CHECK_MODULES(LIBNMA, libnma >= 1.2.0)
- PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= 0.18, [], [
- dnl We use the secret service API that went stable in 0.18
- PKG_CHECK_MODULES(LIBSECRET, libsecret-unstable)
- LIBSECRET_CFLAGS="$LIBSECRET_CFLAGS -DSECRET_API_SUBJECT_TO_CHANGE"
- ])
+ PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= 0.18)
if test x"$with_libnm_glib" != xno; then
PKG_CHECK_MODULES(LIBNM_GTK, libnm-gtk >= 1.2.0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]