mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 07:42:53 +08:00

Since we changed to using a json file to avoid over long command lines we created a situation where the generated files may not be ready when the depscan happens. To avoid that, we need to add all of the generated sources as order deps. Fixes: #9258