1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-02 15:58:48 +00:00

build: set gtk_doc option to true as its default value

The default values in meson_options.txt are tuned for Linux
distributors.

And I recommend Linux packagers to build the gtk-doc of gedit, so that
it's easier for plugin developers to install e.g. a -devel package,
launch Devhelp and access the API docs.
This commit is contained in:
Sébastien Wilmet 2022-04-22 13:26:24 +02:00
parent b8a478ea7f
commit f20c462777

View File

@ -1,6 +1,6 @@
option(
'gtk_doc',
type: 'boolean', value: false,
type: 'boolean', value: true,
description: 'Build API reference for plugins (requires gtk-doc)'
)