[libgda] Options: renamed enable-ldap to ldap



commit 0a21d07693e5607f0b71cb7238efb91e24576aa6
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jan 31 15:22:22 2021 -0600

    Options: renamed enable-ldap to ldap

 meson_options.txt     | 2 +-
 providers/meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 824748f35..d55f2b58b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,7 +14,7 @@ option('glade-catalog-dir', type : 'string', value : '', description : 'Use the
 option('glade-pixmap-dir', type : 'string', value : '', description : 'Use the given directory to install 
glade pixmap files. If glade is not available this option is ignored. If it is not given the valaue from 
pkg-config will be used')
 option('gtk_doc', type : 'boolean', value : false, description : 'Enable documentation generation [default = 
false]')
 option('experimental', type : 'boolean', value : false, description : 'Enable experimental features [default 
= false]')
-option('enable-ldap', type : 'boolean', value : false, description : 'Enable experimental LDAP provider')
+option('ldap', type : 'boolean', value : false, description : 'Enable experimental LDAP provider')
 option('enable-web', type : 'boolean', value : false, description : 'Enable experimental WEB provider')
 option('enable-test-flatpak', type : 'boolean', value : false, description : 'Enable Terminal Test 
Application ')
 
diff --git a/providers/meson.build b/providers/meson.build
index a6e8d6681..18bed45b9 100644
--- a/providers/meson.build
+++ b/providers/meson.build
@@ -12,7 +12,7 @@ if postgres_dep.found()
 subdir('postgres')
 endif
 
-if ldap_found and get_option('enable-ldap') and get_option('experimental')
+if ldap_found and get_option('ldap') and get_option('experimental')
 subdir('ldap')
 endif
 


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