summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZhao, Gang <gang.zhao.42@gmail.com>2023-02-19 15:39:57 +0800
committerZhao, Gang <gang.zhao.42@gmail.com>2023-02-19 15:39:57 +0800
commit84212b3c34c3b6f73646a4d11ad70647f53e4f3b (patch)
treef9f0cf66c42730d8aa013ddb0731bddb4e8e9407 /README.md
parent2d79f7d3926a9b52efa705bdd12aed7124bf4e27 (diff)
downloadgstreamer-84212b3c34c3b6f73646a4d11ad70647f53e4f3b.tar.gz
README: Add note about updating subprojects
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3993>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9097ef7cbc..5ae69589c5 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,13 @@ NOTE: On Windows, meson will automatically detect and use the latest Visual
Studio if GCC, clang, etc are not available in `PATH`. Use the `--vsenv`
argument to force the use of Visual Studio.
+NOTE: Meson will not update subprojects automatically once a subproject has
+been fetched. Remember to update subprojects if wrap files are updated.
+
+```
+meson subprojects update
+```
+
### External dependencies
All mandatory dependencies of GStreamer are included as [meson subprojects](https://mesonbuild.com/Subprojects.html):