winsys/i915: depends on intel_wa.h

Prevent compilation failure due to not-yet generated intel_wa header.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11174
Cc: mesa-stable

Reviewed-by: Mark Janes <markjanes@swizzler.org>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29252>
(cherry picked from commit 08659a0baa)
This commit is contained in:
David Heidelberg 2024-05-16 13:46:18 -07:00 committed by Eric Engestrom
parent 753b6920c7
commit e3edb6c3ec
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
"description": "winsys/i915: depends on intel_wa.h",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -28,5 +28,5 @@ libi915drm = static_library(
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_gallium_drivers
],
link_with : [libintel_common],
dependencies : [dep_libdrm, dep_libdrm_intel],
dependencies : [dep_libdrm, dep_libdrm_intel, idep_intel_dev_wa],
)