meson: Fix typo

The comment for supporting the custom script on 'make dist' contains a
typo. Fix it.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Kieran Bingham
2022-10-13 12:40:23 +01:00
parent 8108ba3202
commit cfe30ec54f
+1 -1
View File
@@ -26,7 +26,7 @@ endif
libcamera_version = libcamera_git_version.split('+')[0]
# This script gererates the .tarball-version file on a 'meson dist' command.
# This script generates the .tarball-version file on a 'meson dist' command.
meson.add_dist_script('utils/run-dist.sh')
# Configure the build environment.