summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-21 15:00:48 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-21 15:01:26 +0000
commit841d2bf1eab4f11e266199d00ea9fd81e94f6830 (patch)
tree2d2eff352783e880650f0753697b1e761f87f8a8 /meson_options.txt
parent7fa3953f397081ce779fdf2838728812c19e2584 (diff)
downloadgdk-pixbuf-841d2bf1eab4f11e266199d00ea9fd81e94f6830.tar.gz
build: Update the description of the gtk_doc option
We don't require gtk-doc.
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 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',