meson: Use depend_files for files in respack manifest
This commit is contained in:
parent
e644227e95
commit
21591b3e88
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ endforeach
|
|||
|
||||
resrc += custom_target('default_config.{cpp,h}',
|
||||
command: [respack, '@INPUT0@', '@OUTPUT@'],
|
||||
input: [files(resmanifest), resmanifest_files],
|
||||
input: [files(resmanifest)],
|
||||
depend_files: resmanifest_files,
|
||||
output: ['default_config.cpp', 'default_config.h'])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue