diff --git a/meson.build b/meson.build index f0a01e7a1..6c6ecb937 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,8 @@ glsl_generator = generator(glsl_compiler, output : [ '@BASENAME@.h' ], arguments : [ '-V', '--vn', '@BASENAME@', '@INPUT@', '-o', '@OUTPUT@' ]) -dxvk_version = vcs_tag(['git', 'describe'], +dxvk_version = vcs_tag( + command: ['git', 'describe'], input: 'version.h.in', output: 'version.h')