[libcamera-devel,v2,04/11] README: Move pkg-config to Meson section

Message ID 20200924071922.231063-5-ricardo@ribalda.com
State Accepted
Headers show
Series
  • Fix README.rst
Related show

Commit Message

Ricardo Ribalda Sept. 24, 2020, 7:19 a.m. UTC
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>
---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/README.rst b/README.rst
index 46efff3..b7943ab 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.
@@ -73,7 +73,7 @@  for building the RPi IPA: [optional]
             -Dpipelines=vimc,uvcvideo,ipu3,rkisp1
 
 for device hotplug enumeration: [optional]
-	pkg-config libudev-dev
+	libudev-dev
 
 for documentation: [optional]
 	python3-sphinx doxygen