[libcamera-devel] [PATCH 4/9] README: Move pkg-config to Meson section

Ricardo Ribalda ricardo at ribalda.com
Wed Sep 23 17:15:17 CEST 2020


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.

Signed-off-by: Ricardo Ribalda <ricardo at ribalda.com>
---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 9013c1d..836750a 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 python3-yaml
+        meson (>= 0.47) ninja-build python3-yaml pkg-config
 
         If your distribution doesn't provide a recent enough version of meson,
         you can install or upgrade it using pip3.
@@ -64,7 +64,7 @@ for IPA module signing: [required]
         libgnutls28-dev openssl
 
 for device hotplug enumeration: [optional]
-	pkg-config libudev-dev
+	libudev-dev
 
 for documentation: [optional]
 	python3-sphinx doxygen
-- 
2.28.0



More information about the libcamera-devel mailing list