summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-05-25 20:18:02 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-05-25 20:18:02 +0200
commitd816fb9430b39a5aa7ed1c6ab4fd6ff39e804383 (patch)
treeb33dde0d7d164dabdd09bc86eb655bcb8672abbd /meson_options.txt
parent32662cb4e6c60da265aba1e4cc6a5e05e5c7c2d1 (diff)
parent78aeec6a66a80c1494e4f5dec30e9a2f71caef41 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3c81a5c..f0649ca 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,4 +6,5 @@ option('measure', type: 'string', value : '', description : 'Enable various timi
option('dupe-detection', type: 'boolean', value : 'true', description: 'Disable duplicate checks')
option('udev', type: 'boolean', value : 'true', description: 'Enable or disable udev support')
option('install-apport-hook', type : 'boolean', value : 'true', description: 'Enable Ubuntu apport hook')
-option('face-detection', type:'boolean', value:false)
+option('face-detection', type:'boolean', value:false, description: 'Enable face detection and recognition features')
+option('fatal_warnings', type:'boolean', value:false)