aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-29 14:32:01 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-29 14:32:01 +0900
commit67c139c590a8bab6489cc0033f39615220b1f3e6 (patch)
tree97816c031ee67bcb146323d77e72a6fb558f9ca2
parent3c3d9b6f459b9262edabc836fba272633f5894d4 (diff)
downloadlibhinawa-67c139c590a8bab6489cc0033f39615220b1f3e6.tar.gz
update description about provide section of wrap file
The usage of meson.override_dependency() allows subprojects to use dependency_names variable in provide section of wrap file. Fixes: b9a73e0f4d65 ("meson: bump minimal dependency version up to 0.54.0 for meson.override_dependency()") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 97bfb58..bb1c6dc 100644
--- a/README.rst
+++ b/README.rst
@@ -170,7 +170,7 @@ This is a sample of wrap file to satisfy dependency on libhinawa by
depth = 1
[provide]
- hinawa = hinawa_dep
+ dependency_names = hinawa
After installation of the wrap file, the dependency can be solved by ``hinawa`` name since it is
common in both pkg-config and the wrap file. The implicit or explicit fallback to subproject is