summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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',
)