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:
committed by
Marge Bot
parent
559851ab9e
commit
5b4903a2bd
@@ -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],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user