mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
iris/meson: generate git_sha1.h before compiling iris_program.c
Fixes: dedbe0e826 ("iris: Create archive file when using INTEL_DEBUG=mda")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37490>
This commit is contained in:
parent
cf9b0c1fd3
commit
43eb5555df
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ endforeach
|
||||||
|
|
||||||
libiris = static_library(
|
libiris = static_library(
|
||||||
'iris',
|
'iris',
|
||||||
[files_libiris, gen_xml_pack],
|
[files_libiris, gen_xml_pack, sha1_h],
|
||||||
include_directories : [
|
include_directories : [
|
||||||
inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel,
|
inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel,
|
||||||
inc_gallium_drivers,
|
inc_gallium_drivers,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue