summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2017-03-08 00:31:26 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2017-03-08 00:36:03 +0100
commit95d525f43a5a729c46b07662bf7fccc15da154f7 (patch)
treedfe00133c9e18c81c9b7d6ce7308809619ee4be9 /README.md
parent9335ccae003ee2678e4ec7b2bd6a2894aecbcfca (diff)
downloadgstreamer-95d525f43a5a729c46b07662bf7fccc15da154f7.tar.gz
Enable custom subprojects option
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d5d73a01b..11d38d438d 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,23 @@ Update all GStreamer modules without rebuilding:
ninja -C build/ git-update
```
+## Custom subprojects
+
+We also added a meson option, 'custom_subprojects', that allows the user
+to provide a comma-separated list of subprojects that should be built
+alongside the default ones.
+
+To use it:
+
+```
+cd subprojects
+git clone my_subproject
+cd ../build
+rm -rf * && meson .. -Dcustom_subprojects=my_subproject
+ninja
+```
+
+
## Run tests
You can easily run the test of all the components: