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>
This commit is contained in:
David Heidelberg 2024-05-16 13:46:18 -07:00 committed by Marge Bot
parent ffe54ca293
commit 08659a0baa
1 changed files with 1 additions and 1 deletions

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],
)