From 841d2bf1eab4f11e266199d00ea9fd81e94f6830 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 21 Mar 2021 15:00:48 +0000 Subject: build: Update the description of the gtk_doc option We don't require gtk-doc. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 930f3bdf8..b6d82e9b6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -15,7 +15,7 @@ option('builtin_loaders', type: 'string', value: 'none') option('gtk_doc', - description: 'Whether to generate the API reference (requires GTK-Doc)', + description: 'Whether to generate the API reference', type: 'boolean', value: false) option('docs', -- cgit v1.2.1