build: Yield 'man' option to extension-tool subproject
Turns out meson has a build-in pattern of what we are doing, namely: Set a subproject option to a parent project option of the same name. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1072
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
option('man',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Generate man pages'
|
||||
description: 'Generate man pages',
|
||||
yield: true,
|
||||
)
|
||||
|
||||
option('package_name',
|
||||
|
Reference in New Issue
Block a user