summaryrefslogtreecommitdiffstats
path: root/src/glsl/Android.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-28 01:10:52 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-22 14:36:25 +0100
commit94cab35ee93ed200013eddffa4c97828bd6aa82c (patch)
treef22d47173425543188de3431ddf2059aa09d285e /src/glsl/Android.mk
parent8d90bfb724f89b04d703f869362cf2fc2a3d7567 (diff)
downloadexternal_mesa3d-94cab35ee93ed200013eddffa4c97828bd6aa82c.zip
external_mesa3d-94cab35ee93ed200013eddffa4c97828bd6aa82c.tar.gz
external_mesa3d-94cab35ee93ed200013eddffa4c97828bd6aa82c.tar.bz2
android: add gallium dirs to more places in the tree
Similar to e8c5cbfd921(mesa: Add gallium include dirs to more parts of the tree.) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Diffstat (limited to 'src/glsl/Android.mk')
-rw-r--r--src/glsl/Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk
index 2ac1ffb..356f44e 100644
--- a/src/glsl/Android.mk
+++ b/src/glsl/Android.mk
@@ -39,7 +39,9 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \
- $(MESA_TOP)/src/mesa
+ $(MESA_TOP)/src/mesa \
+ $(MESA_TOP)/src/gallium/include \
+ $(MESA_TOP)/src/gallium/auxiliary
LOCAL_MODULE := libmesa_glsl
@@ -59,7 +61,9 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \
- $(MESA_TOP)/src/mesa
+ $(MESA_TOP)/src/mesa \
+ $(MESA_TOP)/src/gallium/include \
+ $(MESA_TOP)/src/gallium/auxiliary
LOCAL_STATIC_LIBRARIES := libmesa_glsl libmesa_glsl_utils libmesa_util