freedreno: explicitly declare required depend_files, part 2

See "from freedreno_dev_info import *" statement.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41518>
This commit is contained in:
Gurchetan Singh 2026-05-11 17:13:59 -07:00 committed by Marge Bot
parent 1fe5838568
commit 00261e5d00

View file

@ -10,6 +10,7 @@ freedreno_devices_h = custom_target(
'-p', join_paths(meson.project_build_root(), 'src/freedreno/registers/adreno/')
],
depends: freedreno_py_header_files,
depend_files: [files('freedreno_dev_info.py')],
capture: true,
)