[libcamera-devel] [PATCH] README.rst: Add missing libgtest-dev dependency for lc-compliance

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Dec 5 15:45:44 CET 2023


lc-compliance requires gtest. When not available on the system, we
install it using a meson wrap, but it is still better to install the
system package. Add it as a dependency in README.rst.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 4cb996375a9a..ac89d376ad18 100644
--- a/README.rst
+++ b/README.rst
@@ -97,7 +97,7 @@ for android: [optional]
         libexif-dev libjpeg-dev
 
 for lc-compliance: [optional]
-        libevent-dev
+        libevent-dev libgtest-dev
 
 for abi-compat.sh: [optional]
         abi-compliance-checker

base-commit: 9d08a134c4195ad98dd09c5a9e2558a5765762f7
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list