summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHirokazu Honda <hiroh@chromium.org>2021-02-04 01:27:30 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-02-04 05:03:53 +0200
commit9109bcf22c7f5f48afcf4234a4d4a596d6bd7bd2 (patch)
tree742c53537463bc56d02d1b8001254640b8b05907 /README.rst
parent5b568b7e41e394b5317057312d07ff71b4d571f7 (diff)
subprojects: Add libyuv and built if -Dandroid=enabled
Android HAL adaptation layer may need image processing, for example, scaling and format conversion. Libyuv is a general image processing. This adds libyuv to subprojects, so that it is forked locally and can be used with Android HAL implementation code. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 251291b7..08bfd5ad 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@ A C++ toolchain: [required]
Either {g++, clang}
Meson Build system: [required]
- meson (>= 0.51) ninja-build pkg-config
+ meson (>= 0.55) ninja-build pkg-config
If your distribution doesn't provide a recent enough version of meson,
you can install or upgrade it using pip3.