4
0
mirror of https://github.com/revyos-package/mesa.git synced 2026-04-28 09:13:36 +00:00

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 08659a0baaae74dfec90f6a871005357cacfca3c)
This commit is contained in:
David Heidelberg
2024-05-16 13:46:18 -07:00
committed by Eric Engestrom
parent 8c913751a2
commit c15886ec43
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,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],
)