diff options
author | Johann Koenig <johannkoenig@google.com> | 2021-12-27 13:33:43 +0900 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-12-27 22:19:01 +0200 |
commit | 94a1afd0fc27216d6eca9506d8794c7a907f8121 (patch) | |
tree | b1d0ee70d4c0578392387f9d36a4d33f7aa87f56 /README.rst | |
parent | 57c2171238d2be832fcfc709bc126e47bb198240 (diff) |
README: Convert tabs to spaces
The initial commit a146cdbf20cb ("readme: Provide build requirements")
used tabs for all the dependencies. The first time a line was edited in
commit 2de78434ca71 ("meson: Bump required version to 0.47") tabs were
not kept. This makes them all consistent.
Signed-off-by: Johann Koenig <johannkoenig@google.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -44,7 +44,7 @@ The following Debian/Ubuntu packages are required for building libcamera. Other distributions may have differing package names: A C++ toolchain: [required] - Either {g++, clang} + Either {g++, clang} Meson Build system: [required] meson (>= 0.55) ninja-build pkg-config @@ -78,19 +78,19 @@ for the Raspberry Pi IPA: [optional] 'pipelines' option to avoid this dependency. for device hotplug enumeration: [optional] - libudev-dev + libudev-dev for documentation: [optional] - python3-sphinx doxygen graphviz texlive-latex-extra + python3-sphinx doxygen graphviz texlive-latex-extra for gstreamer: [optional] - libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev + libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev for cam: [optional] libevent-dev for qcam: [optional] - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev + qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev for tracing with lttng: [optional] liblttng-ust-dev python3-jinja2 lttng-tools |