mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILES
Fixes Iris build on Android. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
0f3768bc5d
commit
590ba15d6e
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LIBIRIS_SRC_FILES := \
|
||||
iris_blorp.c \
|
||||
iris_query.c \
|
||||
iris_state.c
|
||||
|
||||
LIBIRIS_STATIC_LIBS := \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ IRIS_C_SOURCES = \
|
|||
iris_pipe_control.c \
|
||||
iris_program.c \
|
||||
iris_program_cache.c \
|
||||
iris_query.c \
|
||||
iris_resolve.c \
|
||||
iris_resource.c \
|
||||
iris_resource.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue