From: Mauro Rossi Date: Fri, 14 Aug 2020 02:12:41 +0000 (+0200) Subject: android: panfrost/bifrost: add libpanfrost_lib static dependency X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=99372547be9c116592b0f19ead672fa98125588f 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 Reviewed-by: Alyssa Rosenzweig Part-of: --- 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 \