Skip to content

Commit

Permalink
README: Move pkg-config to Meson section
Browse files Browse the repository at this point in the history
pkg-config it is not only used to detect libudev-dev, it is used for
detecting gstreamer and others. So it is more correct to place it on the
Meson Build system section.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  • Loading branch information
ribalda authored and pinchartl committed Sep 24, 2020
1 parent ad55da5 commit 2017724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A C++ toolchain: [required]
Either {g++, clang}

Meson Build system: [required]
meson (>= 0.47) ninja-build
meson (>= 0.47) ninja-build pkg-config

If your distribution doesn't provide a recent enough version of meson,
you can install or upgrade it using pip3.
Expand All @@ -70,7 +70,7 @@ for the Raspberry Pi IPA: [optional]
'pipelines' option to avoid this dependency.

for device hotplug enumeration: [optional]
pkg-config libudev-dev
libudev-dev

for documentation: [optional]
python3-sphinx doxygen
Expand Down

0 comments on commit 2017724

Please sign in to comment.