README: Convert tabs to spaces
The initial commita146cdbf20
("readme: Provide build requirements") used tabs for all the dependencies. The first time a line was edited in commit2de78434ca
("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>
This commit is contained in:
parent
57c2171238
commit
94a1afd0fc
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue