From 80da7747343d841272fb232aa3d537d6c5932e28 Mon Sep 17 00:00:00 2001 From: "Pohsiang (John) Hsu" Date: Tue, 21 Oct 2025 10:57:48 -0700 Subject: [PATCH] mediafoundation: fix sporadic build failure with u_inlines.h not found on test target Reviewed-by: Sil Vilerino Part-of: --- src/gallium/frontends/mediafoundation/test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/mediafoundation/test/meson.build b/src/gallium/frontends/mediafoundation/test/meson.build index ef6e8cbab54..d7430fc618a 100644 --- a/src/gallium/frontends/mediafoundation/test/meson.build +++ b/src/gallium/frontends/mediafoundation/test/meson.build @@ -12,7 +12,7 @@ foreach codec : mft_codecs cpp_args : mf_codecs_cpp_args[codec], override_options: ['cpp_std=c++20'], include_directories: [inc_include, inc_src, inc_gallium, inc_gallium_aux], - dependencies: [idep_gtest, dep_dxheaders], + dependencies: [idep_gtest, idep_mesautil, dep_dxheaders], ) mediafoundation_test_st += {codec : test_lib} endforeach \ No newline at end of file