aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDaniel Jacobs <daniel.jacobs@is4s.com>2021-09-30 09:43:08 -0400
committerEli Schwartz <eschwartz93@gmail.com>2021-10-10 16:12:57 -0400
commit31bea202c9dc9d288d787f0073f0e221971669ba (patch)
tree5d196d27876f2b602ff33e36b120dc2ac269e9c9 /docs/markdown
parenta5020857f31ad6d03bc7c0019551cc28b9e5aad5 (diff)
downloadmeson-31bea202c9dc9d288d787f0073f0e221971669ba.zip
meson-31bea202c9dc9d288d787f0073f0e221971669ba.tar.gz
meson-31bea202c9dc9d288d787f0073f0e221971669ba.tar.bz2
improve wraptool search
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Using-wraptool.md6
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: