mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
iris/android: fix build and link with libmesa_intel_perf
Fixes: 0fd4359733 "iris/perf: implement routines to return counter info"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
2d9f401a83
commit
728ebcdec2
2 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
libmesa_blorp \
|
||||
libmesa_intel_common \
|
||||
libmesa_intel_compiler \
|
||||
libmesa_intel_perf \
|
||||
libmesa_iris_gen8 \
|
||||
libmesa_iris_gen9 \
|
||||
libmesa_iris_gen10 \
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ IRIS_C_SOURCES = \
|
|||
iris_formats.c \
|
||||
iris_genx_macros.h \
|
||||
iris_genx_protos.h \
|
||||
iris_monitor.c \
|
||||
iris_pipe.h \
|
||||
iris_pipe_control.c \
|
||||
iris_program.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue