summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2021-07-01 12:49:19 +0100
committerDavid Faure <faure@kde.org>2021-12-12 18:41:36 +0000
commit755ce69b94e900f961af4c0a8c3869456bf9c0cd (patch)
tree63c8f69a1ee6a27ec5ad153f18d9bdccaca68368 /meson_options.txt
parentc5cf38e47bc8ea7459a64aa576121e5a0e4efa79 (diff)
downloadshared-mime-info-755ce69b94e900f961af4c0a8c3869456bf9c0cd.tar.gz
Add a build-tools option to allow installing only the mime data
When set to false this allows installing only the data files but not the update-mime-database program. This is useful for me since I am cross-compiling for an architecture that does not have a working glib-2.0 port yet.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9dcf72c0..dbc4162c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,6 +3,10 @@ option('update-mimedb', type: 'boolean', value: false,
description: 'Call update-mime-database after install. It should not be enabled if DESTDIR is used.',
)
+option('build-tools', type: 'boolean', value: true,
+ description: 'Build the update-mime-database tools. If set to false only the mime data is installed.',
+)
+
option('xdgmime-path', type: 'string', value: './xdgmime',
description: 'Path to the xdgmime executable',
)