X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmeson.build;h=8d8bac6a23835b5ec3e3496ab00a09240c60fd5b;hp=bdc6a54cc3f5901f5db6b95cf6168857b384b5b6;hb=6ef314b4fa938310f282951888a1b51e31e4fa51;hpb=a16e8bfb948d1aa6e84905d0ad47960bfb9fcfed diff --git a/src/meson.build b/src/meson.build index bdc6a54cc3f..8d8bac6a238 100644 --- a/src/meson.build +++ b/src/meson.build @@ -43,7 +43,8 @@ sha1_h = custom_target( 'git_sha1.h', output : 'git_sha1.h', command : [prog_python, git_sha1_gen_py, '--output', '@OUTPUT@'], - build_always : true, # commit sha1 can change without having touched these files + build_by_default : true, + build_always_stale : true, # commit sha1 can change without having touched these files ) subdir('gtest')