Android: add libmesa_nir dependency to libmesa_dricore

Commit 32fcced7b4 ("meta: Unset the textures_used_by_txf bitfield.")
added a dependency in libmesa_dricore to NIR headers, but failed to add
libmesa_nir as a dependency resulting in a build error:

In file included from external/mesa3d/src/mesa/drivers/common/meta.c:90:
external/mesa3d/src/compiler/nir/nir.h:48:10: fatal error: 'nir_opcodes.h' file not found

Add libmesa_nir as a static library dependency to libmesa_dricore.

Fixes: 32fcced7b4 ("meta: Unset the textures_used_by_txf bitfield.")
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Rob Herring 2017-10-16 07:43:36 -05:00
parent 2c4097aff1
commit c6e584f194
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ LOCAL_C_INCLUDES := \
LOCAL_GENERATED_SOURCES += \
$(MESA_GEN_GLSL_H)
LOCAL_STATIC_LIBRARIES += \
libmesa_nir
LOCAL_WHOLE_STATIC_LIBRARIES += \
libmesa_program \
libmesa_git_sha1