From 8c76a02bc6fffcb0fc57d855cec3afd694fbfe5c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 8 Oct 2018 17:18:56 +1100 Subject: meson: add option for disabling GIO sniffing Some linux-like platforms (e.g. Android) don't have a mime-info database readily available for use. --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 9f6b6505e..a7c33a869 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,3 +46,8 @@ option('installed_tests', description: 'Install the test suite', type: 'boolean', value: true) +option('gio_sniffing', + description: 'Perform file type detection using GIO (Unused on MacOS and Windows)', + type: 'boolean', + value: true) + -- cgit v1.2.1