diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Using-wraptool.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Using-wraptool.md b/docs/markdown/Using-wraptool.md index ffa8309..cabdc0e 100644 --- a/docs/markdown/Using-wraptool.md +++ b/docs/markdown/Using-wraptool.md @@ -36,6 +36,12 @@ with the `search` command: $ meson wrap search jpeg libjpeg +If a package is not found in the list of wraps, the `search` command +will look in all the wrap dependencies: + + $ meson wrap search glib-2.0 + Dependency glib-2.0 found in wrap glib + To determine which versions of libjpeg are available to install, issue the `info` command: |