From 37f1d36ce1750e4685eba8f4dea1d2a3a450a7fe Mon Sep 17 00:00:00 2001
From: Anton Weber <anton@antweb.me>
Date: Mon, 22 Jul 2019 22:56:31 +0200
Subject: [PATCH] docs: Add Ninja to build dependencies

---
 Documentation/how-to-build.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index 36b5343f..c509bff4 100644
--- a/Documentation/how-to-build.rst
+++ b/Documentation/how-to-build.rst
@@ -13,6 +13,7 @@ Dependencies
   - Arch: ``arm-none-eabi-gcc``, ``arm-none-eabi-binutils``, ``arm-none-eabi-newlib``
   - Alternative: Download `ARM's GNU toolchain`_.  **TODO**
 * **python3**:  For meson and various scripts needed for building.
+* **ninja**: Needed for meson.
 * **meson** (>0.43.0):  Unfortunately most distros only have very old versions
   of meson in their repositories.  Instead, you'll probably save yourself a lot
   of headaches by installing meson from ``pip3 install --user meson``.
-- 
GitLab