mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6317>
This commit is contained in:
parent
bce1a7e97f
commit
99372547be
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue