[gedit] build: remove enable-gvfs-metadata option
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: remove enable-gvfs-metadata option
- Date: Thu, 14 Nov 2019 16:21:52 +0000 (UTC)
commit 03929157ece45bb5a0baed1ced7937b8378a8726
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Nov 14 10:03:09 2019 +0100
build: remove enable-gvfs-metadata option
See the previous commits. There is a similar option in Tepl.
meson.build | 13 -------------
meson_options.txt | 4 ----
2 files changed, 17 deletions(-)
---
diff --git a/meson.build b/meson.build
index 44b55cc8c..3c52e64d5 100644
--- a/meson.build
+++ b/meson.build
@@ -120,18 +120,6 @@ config_h.set_quoted('LOCALEDIR', localdir)
config_h.set_quoted('LIBDIR', libdir)
config_h.set_quoted('DATADIR', datadir)
config_h.set_quoted('VERSION', version)
-
-enable_gvfs_metadata = get_option('enable-gvfs-metadata')
-if enable_gvfs_metadata == 'yes' or (enable_gvfs_metadata == 'auto' and host_machine.system() == 'linux')
- enable_gvfs_metadata = true
-else
- enable_gvfs_metadata = false
-endif
-
-if enable_gvfs_metadata
- config_h.set('ENABLE_GVFS_METADATA', 1)
-endif
-
config_h.set('GEDIT_MAJOR_VERSION', version_major)
config_h.set('GEDIT_MINOR_VERSION', version_minor)
config_h.set('GEDIT_MICRO_VERSION', version_micro)
@@ -203,7 +191,6 @@ summary = [
' Introspection: @0@'.format(generate_gir),
' Plugins: @0@'.format(build_plugins),
' Vala API: @0@'.format(generate_vapi),
- ' Gvfs metadata: @0@'.format(enable_gvfs_metadata),
'',
'Directories:',
' prefix: @0@'.format(prefix),
diff --git a/meson_options.txt b/meson_options.txt
index 71ea9cd25..22aa0899c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,7 +18,3 @@ option('documentation',
option('user-documentation',
type: 'boolean', value: true,
description: 'Build user documentation')
-
-option('enable-gvfs-metadata',
- type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto',
- description: 'Enable using gvfs to store metadata')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]