android: panfrost/encoder: add libmesa_nir static dependency
authorMauro Rossi <issor.oruam@gmail.com>
Fri, 17 Jul 2020 22:11:51 +0000 (00:11 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 18 Jul 2020 06:28:27 +0000 (08:28 +0200)
commit9e9c8e2f794458404441e4bdb51e7a43f6b848e8
tree9f9ccd2e8df33d160ca935865c719db3d0130b51
parent0ef168d513059b276fb9b70ab95af874983ab08b
android: panfrost/encoder: add libmesa_nir static dependency

Fixes the following build error:

In file included from external/mesa/src/panfrost/encoder/pan_blit.c:34:
In file included from external/mesa/src/panfrost/encoder/../midgard/midgard_compile.h:27:
external/mesa/src/compiler/nir/nir.h:52:10: fatal error: 'nir_opcodes.h' file not found
         ^~~~~~~~~~~~~~~
1 error generated.

Fixes: 293f251871b ("panfrost: Use Midgard-specific reloads")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5961>
src/panfrost/Android.encoder.mk