Module: Mesa Branch: staging/19.2 Commit: 5e100b6ba72f26491af4877213974b506851f305 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e100b6ba72f26491af4877213974b506851f305
Author: Dylan Baker <[email protected]> Date: Tue Dec 10 10:19:04 2019 -0800 meson/broadcom: libbroadcom_cle needs expat headers Fixes: 1ae8018a6af81eec4832a57d9d0346aa3dd98d28 ("meson: Add support for the vc4 driver.") Reviewed-by: Eric Anholt <[email protected]> (cherry picked from commit 85a9698ac3a032aa8e2e71ff804b489749a754ec) --- src/broadcom/cle/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/broadcom/cle/meson.build b/src/broadcom/cle/meson.build index afaf5a1b4f5..6c72f949975 100644 --- a/src/broadcom/cle/meson.build +++ b/src/broadcom/cle/meson.build @@ -58,6 +58,6 @@ libbroadcom_cle = static_library( 'v3d_decoder.c', include_directories : [inc_common, inc_broadcom], c_args : [c_vis_args, no_override_init_args], - dependencies : [dep_libdrm, dep_valgrind], + dependencies : [dep_libdrm, dep_valgrind, dep_expat], build_by_default : false, ) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
