mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
i915/meson: generate intel_device_info_gen.h before compiling i915_drm_winsys.c
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37544>
This commit is contained in:
parent
559851ab9e
commit
5b4903a2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,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, idep_intel_dev_wa, idep_mesautil],
|
||||
dependencies : [dep_libdrm, dep_libdrm_intel, idep_intel_dev_info_gen, idep_intel_dev_wa, idep_mesautil],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue