summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-08-09 15:27:34 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-08-09 15:27:34 +0000
commit2d88dac38974bdc1e7a09142c101867db4ce69df (patch)
tree213799057acc3bc92300f90cac49684b3d21dff5
parent88ddbd08fefb98fe61a719250e36162d82a178fb (diff)
parent9a3523f77d7c6b7ee786ff98e91658bdebff6473 (diff)
downloadgdk-pixbuf-2d88dac38974bdc1e7a09142c101867db4ce69df.tar.gz
Merge branch 'rst2man-option' into 'master'
meson: update man option to mention it now requires rst2man See merge request GNOME/gdk-pixbuf!135
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0ea94eb47..d198d99d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,7 +30,7 @@ option('introspection',
value: 'auto',
yield: true)
option('man',
- description: 'Whether to generate man pages (requires xlstproc)',
+ description: 'Whether to generate man pages (requires rst2man)',
type: 'boolean',
value: true)
option('relocatable',