aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-29 14:15:44 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-29 14:20:32 +0900
commit41b3ddfb2ff775f3494c93a59d1aedf033f3e3c6 (patch)
treedab6417da3fd4d91668412a3ef6f6be7a1bd3d12
parent69864979aedf0def15a63fa7892be19a3d98bc18 (diff)
downloadlibhinoko-41b3ddfb2ff775f3494c93a59d1aedf033f3e3c6.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: 68a5156525ba ("meson: bump minimal version up to 0.54.0 for meson.override_dependency()") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5f35f4b..76ebaee 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2023/10/07
+2023/10/29
Takashi Sakamoto
Introduction
@@ -106,7 +106,7 @@ This is a sample of wrap file to satisfy dependency on libhinoko by
depth = 1
[provide]
- hinoko = hinoko_dep
+ dependency_names = hinoko
After installation of the wrap file, the dependency can be solved by ``hinoko`` name since it is
common in both pkg-config and the wrap file. The implicit or explicit fallback to subproject is