diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index bd3246eb..7892a9e3 100644 --- a/meson.build +++ b/meson.build @@ -25,6 +25,9 @@ endif libcamera_version = libcamera_git_version.split('+')[0] +# This script gererates the .tarball-version file on a 'meson dist' command. +meson.add_dist_script('utils/run-dist.sh') + # Configure the build environment. cc = meson.get_compiler('c') cxx = meson.get_compiler('cpp') |