build: Minor wording fixes for the gst-build description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/105>
This commit is contained in:
Thibault Saunier 2020-07-27 02:53:49 +00:00
parent 96e071f6a9
commit 2e1231ff17

View file

@ -52,8 +52,11 @@ cd gst-build
gst-build contains a few notable scripts and directories:
1. `meson.build` is the top-level build definition which will recursively
configure all dependencies. It also defines some helper commands allowing you
to have an uninstalled environment or easily update all git modules.
2. `submodules` is the location of the submodules.
to have an uninstalled development environment or easily update all git
repositories for various GStreamer modules.
2. `subprojects/` is the directory containing GStreamer modules and
and a selection of dependencies.
## Basic meson and ninja usage