From fb2590afa19d57429eb132323d3f9cae4636ea42 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 5 Mar 2021 07:53:46 +0100 Subject: [PATCH] Adjust message --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 19d7b86..b6dcb79 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications') -option('man-pages', type: 'boolean', value: 'false', description: 'Build man pages using pandoc') +option('man-pages', type: 'boolean', value: 'false', description: 'Build man pages (requires pandoc)') option('fuzz', type: 'boolean', value: 'false', description: 'Enable building fuzzer targets') option('version_override', type: 'string', description: 'Set the project version to the string specified. Used for creating hashes for reproducible builds.')