android: util: fix build for GL4.1 support
authorMauro Rossi <issor.oruam@gmail.com>
Fri, 5 Jun 2020 20:37:38 +0000 (22:37 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 6 Jun 2020 07:32:19 +0000 (09:32 +0200)
commit0570c7a7b5b00724c3cee0eb32ce042c362e2f96
tree33c32427ce9334d303e76759e96aa371335448fd
parentfaa339e666b4d0c4f88f2588cd84176e2b19ec0f
android: util: fix build for GL4.1 support

Fixes the following building errors:

external/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c:154: error: undefined reference to 'tgsi_write_vpos'
external/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c:201: error: undefined reference to 'tgsi_remove_dynamic_indexing'

Fixes: 48a7456f ("util: Add util functionality for GL4.1 support")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5364>
src/gallium/auxiliary/Makefile.sources