summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-02-26 14:46:43 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2017-02-27 15:11:07 +0200
commit2475e9a1f7af7a6c308d8e2749700cacc59660e5 (patch)
tree7a70beadaa4e1c1fbadc581cc11d4bcf8b8716d5 /meson_options.txt
parent37beae836d62c2e9ea2c592fb48c07ea817d71e7 (diff)
downloadnautilus-2475e9a1f7af7a6c308d8e2749700cacc59660e5.tar.gz
meson: don’t look for update-mime-database
Since Nautilus no longer install a mime type (5951fadbefafd177985c824a0af7d37e5ac052c4), updating the mime database is not something that should be done anymore. https://bugzilla.gnome.org/show_bug.cgi?id=779250
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 99d198907..b523b8966 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,6 +27,3 @@ option ('enable-packagekit',
option ('enable-tracker',
type: 'boolean',
value: true)
-option ('enable-update-mimedb',
- type: 'boolean',
- value: true)