OSDN Git Service

Android: add libmesa_nir dependency to libmesa_dricore
authorRob Herring <robh@kernel.org>
Mon, 16 Oct 2017 12:43:36 +0000 (07:43 -0500)
committerRob Herring <robh@kernel.org>
Mon, 16 Oct 2017 19:49:37 +0000 (14:49 -0500)
commitc6e584f194ea0d475e0fe1564c5491a2a535146a
tree3a62f4ae50699476719a3beebd7f423838153cf1
parent2c4097aff1b19134d5b03eef4118439336f15b97
Android: add libmesa_nir dependency to libmesa_dricore

Commit 32fcced7b479 ("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: 32fcced7b479 ("meta: Unset the textures_used_by_txf bitfield.")
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Rob Herring <robh@kernel.org>
src/mesa/Android.libmesa_dricore.mk