From 31bea202c9dc9d288d787f0073f0e221971669ba Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Thu, 30 Sep 2021 09:43:08 -0400 Subject: improve wraptool search --- docs/markdown/Using-wraptool.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Using-wraptool.md b/docs/markdown/Using-wraptool.md index ffa8309cf..cabdc0efd 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: -- cgit v1.2.3