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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user