projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8098bf8
)
android: fix a building error of libmesa_program
author
Chih-Wei Huang
<cwhuang@android-x86.org>
Thu, 2 Apr 2015 06:16:33 +0000
(14:16 +0800)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 14:53:35 +0000
(15:53 +0100)
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>
src/mesa/program/Android.mk
patch
|
blob
|
history
diff --git
a/src/mesa/program/Android.mk
b/src/mesa/program/Android.mk
index 374fcbf0bf37989b8b56311b5bcd9baad46eab6a..af16e779db0d7d506032dae0eccc9e20e8e3e79e 100644
(file)
--- a/
src/mesa/program/Android.mk
+++ b/
src/mesa/program/Android.mk
@@
-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)