mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
android: fix a building error of libmesa_program
Add libmesa_glsl to LOCAL_STATIC_LIBRARIES to get its exported include path (for nir_opcodes.h). Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
This commit is contained in:
parent
8098bf8e7a
commit
076edc6a03
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := libmesa_program
|
||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
||||
LOCAL_STATIC_LIBRARIES := libmesa_glsl
|
||||
|
||||
intermediates := $(call local-intermediates-dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue