[tracker-miners/wip/carlosg/parallel-installable: 29/34] build: Drop unneeded defines from config-miners.h
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/parallel-installable: 29/34] build: Drop unneeded defines from config-miners.h
- Date: Sun, 8 Mar 2020 11:26:43 +0000 (UTC)
commit dda83d357330ce70bf495e05895c0c75513b5d5a
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Feb 24 01:33:28 2020 +0100
build: Drop unneeded defines from config-miners.h
Some of those are unused since long ago.
config-miners.h.meson.in | 25 -------------------------
meson.build | 3 ---
meson_options.txt | 2 --
3 files changed, 30 deletions(-)
---
diff --git a/config-miners.h.meson.in b/config-miners.h.meson.in
index 7b1cf0f24..79fd4c17e 100644
--- a/config-miners.h.meson.in
+++ b/config-miners.h.meson.in
@@ -4,22 +4,6 @@
#mesondefine LOCALEDIR
#mesondefine SHAREDIR
#mesondefine TRACKER_MINERS_DIR
-#mesondefine TRACKER_UI_DIR
-
-/* Define if we disable the journal */
-#mesondefine DISABLE_JOURNAL
-
-/* Include functional tests in the installation */
-#mesondefine DIST_FUNCTIONAL_TESTS
-
-/* Use new evolution-shell API */
-#mesondefine EVOLUTION_SHELL_2_91
-
-/* Use new evolution-shell API */
-#mesondefine EVOLUTION_SHELL_3_2
-
-/* Use new evolution-shell API */
-#mesondefine EVOLUTION_SHELL_3_3_5
/* Define the gettext package to be used */
#mesondefine GETTEXT_PACKAGE
@@ -33,9 +17,6 @@
/* Guarantee existence of some metadata */
#mesondefine GUARANTEE_METADATA
-/* Defined if Sqlite has FTS5 compiled in */
-#mesondefine HAVE_BUILTIN_FTS
-
/* Enca language detection aid */
#mesondefine HAVE_ENCA
@@ -69,9 +50,6 @@
/* Define if we have libseccomp */
#mesondefine HAVE_LIBSECCOMP
-/* Define if we have libstemmer */
-#mesondefine HAVE_LIBSTEMMER
-
/* Define if we have NetworkManager for network status detection */
#mesondefine HAVE_NETWORK_MANAGER
@@ -84,9 +62,6 @@
/* Define to 1 if you have the `strnlen' function. */
#mesondefine HAVE_STRNLEN
-/* Define to 0 if tracker FTS is not compiled */
-#mesondefine HAVE_TRACKER_FTS
-
/* Define if we have UPOWER */
#mesondefine HAVE_UPOWER
diff --git a/meson.build b/meson.build
index 18aa5cf98..6be04eb4b 100644
--- a/meson.build
+++ b/meson.build
@@ -311,7 +311,6 @@ endif
conf = configuration_data()
# Config that goes in config.h
-conf.set('DISABLE_JOURNAL', get_option('journal') == false)
conf.set('GUARANTEE_METADATA', get_option('guarantee_metadata') == true)
conf.set('USING_UNZIPPSFILES', get_option('unzip_ps_gz_files') == true)
@@ -338,7 +337,6 @@ conf.set('HAVE_STRNLEN', cc.has_function('strnlen', prefix : '#include <string.h
conf.set('LOCALEDIR', '"@0@/@1@"'.format(get_option('prefix'), get_option('localedir')))
conf.set('SHAREDIR', '"@0@/@1@"'.format(get_option('prefix'), get_option('datadir')))
conf.set('TRACKER_MINERS_DIR', '"@0@"'.format(join_paths(get_option('prefix'), get_option('datadir'),
tracker_versioned_name, 'miners')))
-conf.set('TRACKER_UI_DIR', '"@0@/@1@/tracker/"'.format(get_option('prefix'), get_option('datadir')))
conf.set('GETTEXT_PACKAGE', '"@0@"'.format(tracker_versioned_name))
conf.set('PACKAGE_VERSION', '"@0@"'.format(meson.project_version()))
@@ -435,7 +433,6 @@ summary = [
' Compiler: ' + cc.get_id(),
'\nFeature Support:',
' Battery/mains power detection: ' + battery_detection_library_name,
- ' Build with Journal support: ' + get_option('journal').to_string(),
' Support for network status detection: ' + have_network_manager.to_string(),
'\nData Miners / Writebacks:',
' FS (File System): ' + have_tracker_miner_fs.to_string(),
diff --git a/meson_options.txt b/meson_options.txt
index 46dbc7117..5d40ee2e0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -9,8 +9,6 @@ option('functional_tests', type: 'boolean', value: true,
description: 'Enable the Tracker functional test suite')
option('guarantee_metadata', type: 'boolean', value: false,
description: 'Set nie:title and nie:contentCreated from filename and mtime if no metadata available')
-option('journal', type: 'boolean', value: true,
- description: 'Enable database journal backup mechanism')
option('miner_fs', type: 'boolean', value: true,
description: 'Enable the Tracker filesystem miner')
option('miner_rss', type: 'boolean', value: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]