Skip to content

Commit

Permalink
README: Convert tabs to spaces
Browse files Browse the repository at this point in the history
The initial commit a146cdb ("readme: Provide build requirements")
used tabs for all the dependencies. The first time a line was edited in
commit 2de7843 ("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>
  • Loading branch information
Johann Koenig authored and pinchartl committed Dec 27, 2021
1 parent 57c2171 commit 94a1afd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 94a1afd

Please sign in to comment.