README.rst: Add missing libgtest-dev dependency for lc-compliance
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@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user