mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
iris: Fix android build due to missing link to libmesa_iris_gen125
Reported-by: Yugang Fan
Fixes: cd3251d6ba ("intel/iris: Build gen 12.5")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8426>
This commit is contained in:
parent
cea4d85093
commit
fc1bd69bbd
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
libmesa_iris_gen8 \
|
||||
libmesa_iris_gen9 \
|
||||
libmesa_iris_gen11 \
|
||||
libmesa_iris_gen12
|
||||
libmesa_iris_gen12 \
|
||||
libmesa_iris_gen125
|
||||
|
||||
include $(GALLIUM_COMMON_MK)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue