mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
meson: freedreno depends on nir
This fixes a race condition in building targets that link in freedreno.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105120
Fixes: 0bbecc5a85 ("meson: define driver dependencies")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Acked-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
parent
f1fbeb1a53
commit
03ab40b1f7
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ libfreedreno = static_library(
|
|||
driver_freedreno = declare_dependency(
|
||||
compile_args : '-DGALLIUM_FREEDRENO',
|
||||
link_with : [libfreedrenowinsys, libfreedreno],
|
||||
dependencies : idep_nir,
|
||||
)
|
||||
|
||||
ir3_compiler = executable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue