meson: build html-docs
This allows us to build our Sphinx-based documentation from the meson build system. Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11494>
This commit is contained in:

committed by
Marge Bot

parent
69809a0384
commit
c26d4ee44f
@@ -483,6 +483,13 @@ option(
|
||||
'This option is for developers and the Intel CI system only.'
|
||||
)
|
||||
|
||||
option(
|
||||
'html-docs',
|
||||
type : 'feature',
|
||||
value : 'disabled',
|
||||
description : 'Build HTML documentation.'
|
||||
)
|
||||
|
||||
option(
|
||||
'selinux',
|
||||
type : 'boolean',
|
||||
|
Reference in New Issue
Block a user