mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 03:10:16 +01:00
build: meson: GTK documentation requires introspection
This commit is contained in:
parent
19a718bc13
commit
84701c049c
1 changed files with 2 additions and 3 deletions
|
|
@ -864,11 +864,10 @@ if enable_qt
|
|||
endif
|
||||
|
||||
enable_docs = get_option('docs')
|
||||
|
||||
if enable_docs
|
||||
assert(enable_introspection, '-Ddocs=true requires -Dintrospection=true')
|
||||
subdir('man')
|
||||
|
||||
#assert(enable_introspection, '-Dgtk_doc=true requires -Dintrospection=true')
|
||||
|
||||
subdir('docs')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue