From 562cf345402c8796f51f5cd35394b749b228b9e0 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 30 Oct 2024 00:06:55 -0500 Subject: [PATCH] docs: note required value for clone-recursive in wrap Fixes #13821 but perhaps a separate ticket should be opened for a related bug, or maybe some extra docs are needed. Note in the ticket I mentioned three things I had to do to get it working as expected after the failures. --- docs/markdown/Wrap-dependency-system-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index c1652c1c3b74..85f94c3c512a 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -135,7 +135,7 @@ case, the directory will be copied into `subprojects/` before applying patches. - `push-url` - alternative url to configure as a git push-url. Useful if the subproject will be developed and changes pushed upstream. *(since 0.37.0)* -- `clone-recursive` - also clone submodules of the repository +- `clone-recursive = true` - also clone submodules of the repository *(since 0.48.0)* ## wrap-file with Meson build patch