android: st/mesa: fix building error in libmesa_st_mesa
Fixes building error due to dependency on nir generated headers Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
committed by
Tapani Pälli
parent
e9d3cbca31
commit
eca79e84b9
@@ -40,7 +40,9 @@ LOCAL_MODULE := libmesa_st_mesa
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MESA_GALLIUM_FILES)
|
||||
|
||||
LOCAL_GENERATED_SOURCES := $(MESA_GEN_GLSL_H)
|
||||
LOCAL_GENERATED_SOURCES := \
|
||||
$(MESA_GEN_GLSL_H) \
|
||||
$(MESA_GEN_NIR_H)
|
||||
|
||||
ifeq ($(strip $(MESA_ENABLE_ASM)),true)
|
||||
ifeq ($(TARGET_ARCH),x86)
|
||||
|
||||
Reference in New Issue
Block a user