Mesa (master): android: panfrost/bifrost: add libpanfrost_lib static dependency

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 14 13:41:06 UTC 2020


Module: Mesa
Branch: master
Commit: 99372547be9c116592b0f19ead672fa98125588f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99372547be9c116592b0f19ead672fa98125588f

Author: Mauro Rossi <issor.oruam at gmail.com>
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 <issor.oruam at gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
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 \



More information about the mesa-commit mailing list