[libgda] Options: renamed with-libsecret to libsecret



commit b80c594cbdeb223365cf43b3bfd91ca715c94f98
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jan 31 15:17:24 2021 -0600

    Options: renamed with-libsecret to libsecret

 meson.build       | 2 +-
 meson_options.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 10b9e66c6..b9ab8cba9 100644
--- a/meson.build
+++ b/meson.build
@@ -260,7 +260,7 @@ endif
 
 
 libsecret_dep = dependency('libsecret-1', required: false)
-if libsecret_dep.found() and get_option('with-libsecret')
+if libsecret_dep.found() and get_option('libsecret')
   libgda_dep += [libsecret_dep]
   c_args += '-DHAVE_LIBSECRET'
 endif
diff --git a/meson_options.txt b/meson_options.txt
index e208696b4..42c76c33a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,7 +6,7 @@ option('graphviz', type : 'boolean', value : false, description : 'Enable using
 option('json', type : 'boolean', value : true, description : 'Enable support for JSON, disabled by default')
 option('sqlcipher', type : 'boolean', value : true, description : 'Build SQLCipher database provider')
 option('libsoup', type : 'boolean', value : true, description : 'Enable libsoup support')
-option('with-libsecret', type : 'boolean', value : false, description : 'Enable libsecret support')
+option('libsecret', type : 'boolean', value : false, description : 'Enable libsecret support')
 option('with-gnome-keyring', type : 'boolean', value : false, description : 'Enable gnome-keyring support')
 option('with-examples', type : 'boolean', value : false, description : 'Compile examples [default=false')
 option('tools', type : 'boolean', value : false, description : 'Enable build experimental GUI Tools')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]