Module: Mesa Branch: master Commit: 99372547be9c116592b0f19ead672fa98125588f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99372547be9c116592b0f19ead672fa98125588f
Author: Mauro Rossi <[email protected]> Date: Fri Aug 14 04:12:41 2020 +0200 android: panfrost/bifrost: add libpanfrost_lib static dependency Fixes the following building error: external/mesa/src/panfrost/bifrost/test/bit.h:30:10: fatal error: 'panfrost/lib/midgard_pack.h' file not found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Fixes: 88dc4c21e ("panfrost: Redirect cmdstream includes through GenXML") Signed-off-by: Mauro Rossi <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6317> --- src/panfrost/Android.bifrost.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panfrost/Android.bifrost.mk b/src/panfrost/Android.bifrost.mk index fc1a3a1ed55..1c4e4787736 100644 --- a/src/panfrost/Android.bifrost.mk +++ b/src/panfrost/Android.bifrost.mk @@ -65,7 +65,8 @@ LOCAL_C_INCLUDES := \ LOCAL_STATIC_LIBRARIES := \ libmesa_glsl \ libmesa_nir \ - libmesa_st_mesa + libmesa_st_mesa \ + libpanfrost_lib LOCAL_GENERATED_SOURCES := \ $(intermediates)/bifrost_nir_algebraic.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
