summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo@ribalda.com>2020-09-24 09:19:15 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-24 21:08:06 +0300
commit20177249c0d9d56022f7618fbecf3d5d445a5c23 (patch)
treeb11089c43f6c13ba846b8fa78888119d3a506e15 /README.rst
parentad55da5713edbf203f0db19ae0a71fa03b69ba39 (diff)
README: Move pkg-config to Meson section
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>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7ae9c873..e7cb389a 100644
--- a/README.rst
+++ b/README.rst
@@ -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.
@@ -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