mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02: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 08659a0baa)
This commit is contained in:
parent
753b6920c7
commit
e3edb6c3ec
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue