We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff926a6 + 7c8cd9c commit 81d8747Copy full SHA for 81d8747
meson.build
@@ -779,7 +779,7 @@ endif
779
# features. It is optional if you want to neither execute tests nor use any of
780
# these optional features.
781
perl_required = get_option('perl')
782
-if get_option('tests') or get_option('gitweb').enabled() or 'netrc' in get_option('credential_helpers')
+if get_option('tests') or get_option('gitweb').enabled() or 'netrc' in get_option('credential_helpers') or get_option('docs') != []
783
perl_required = true
784
endif
785
0 commit comments