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:
parent
17d8b89deb
commit
1c56d2a2cd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ for android: [optional]
|
||||||
libexif-dev libjpeg-dev
|
libexif-dev libjpeg-dev
|
||||||
|
|
||||||
for lc-compliance: [optional]
|
for lc-compliance: [optional]
|
||||||
libevent-dev
|
libevent-dev libgtest-dev
|
||||||
|
|
||||||
for abi-compat.sh: [optional]
|
for abi-compat.sh: [optional]
|
||||||
abi-compliance-checker
|
abi-compliance-checker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue