diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build index 57c7180..44fda2a 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,3 +1,7 @@ +if not get_option('libraries') + error('-Ddocumentation=true requires -Dlibraries=true') +endif + dot = find_program('dot') doxygen = find_program('doxygen') xsltproc = find_program('xsltproc') |
