[libgda] Options: renamed with-examples to examples



commit 73579a1e7aad616494bba808392078b14a6a9f2d
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jan 31 15:20:47 2021 -0600

    Options: renamed with-examples to examples

 meson.build       | 2 +-
 meson_options.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index b9ab8cba9..52b45f6cd 100644
--- a/meson.build
+++ b/meson.build
@@ -420,6 +420,6 @@ subdir('tools')
 endif
 subdir('tests')
 subdir('testing')
-if get_option('with-examples')
+if get_option('examples')
   subdir('examples')
 endif
diff --git a/meson_options.txt b/meson_options.txt
index 0a1a815b4..824748f35 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,7 +8,7 @@ option('sqlcipher', type : 'boolean', value : true, description : 'Build SQLCiph
 option('libsoup', type : 'boolean', value : true, description : 'Enable libsoup support')
 option('libsecret', type : 'boolean', value : false, description : 'Enable libsecret support')
 #option('gnome-keyring', type : 'boolean', value : false, description : 'Enable gnome-keyring support')
-option('with-examples', type : 'boolean', value : false, description : 'Compile examples [default=false')
+option('examples', type : 'boolean', value : false, description : 'Compile examples [default=false')
 option('tools', type : 'boolean', value : false, description : 'Enable build experimental GUI Tools')
 option('glade-catalog-dir', type : 'string', value : '', description : 'Use the given directory to install 
glade catalog files. If glade is not available this option is ignored. If it is not given the valaue from 
pkg-config will be used')
 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')


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