summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-10-08 17:18:56 +1100
committerMatthew Waters <matthew@centricular.com>2018-10-08 21:48:24 +1100
commit8c76a02bc6fffcb0fc57d855cec3afd694fbfe5c (patch)
tree45d2acb3d314ecb5885576a04559043675332ca5 /meson_options.txt
parenta40611a88aab76de89f1defd68341169af992e3a (diff)
downloadgdk-pixbuf-8c76a02bc6fffcb0fc57d855cec3afd694fbfe5c.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
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)
+