summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2bf2876f..7bed278d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@ option('cairo', type: 'feature', value : 'auto',
description: 'Use cairo for tests'
)
-option('doctool', type: 'boolean', value : false,
+option('doctool', type: 'feature', value : 'auto',
description: 'Install g-ir-doc-tool and run related tests'
)