summaryrefslogtreecommitdiffstats
path: root/src/mesa/Android.libmesa_st_mesa.mk
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-28 01:11:54 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-22 14:37:17 +0100
commit0afbd2df0485cd480979d9f4cdae00262d1a3c62 (patch)
treedcba2bbc475f4355a124ecf76a66eac8d4a3e5f8 /src/mesa/Android.libmesa_st_mesa.mk
parent39a175e0c792f569dfe73de1b4d01b0caea43a01 (diff)
downloadexternal_mesa3d-0afbd2df0485cd480979d9f4cdae00262d1a3c62.zip
external_mesa3d-0afbd2df0485cd480979d9f4cdae00262d1a3c62.tar.gz
external_mesa3d-0afbd2df0485cd480979d9f4cdae00262d1a3c62.tar.bz2
android: add $(mesa_top)/src/mesa/main to the includes list
Required by the format_{un,}pack rework. Otherwise the build will fail to locate the respective headers - format_{un,}pack.h Cc: "10.5" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Diffstat (limited to 'src/mesa/Android.libmesa_st_mesa.mk')
-rw-r--r--src/mesa/Android.libmesa_st_mesa.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/Android.libmesa_st_mesa.mk b/src/mesa/Android.libmesa_st_mesa.mk
index fdf847a..e02030b 100644
--- a/src/mesa/Android.libmesa_st_mesa.mk
+++ b/src/mesa/Android.libmesa_st_mesa.mk
@@ -53,10 +53,11 @@ endif
LOCAL_C_INCLUDES := \
$(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
- $(MESA_TOP)/src/gallium/auxiliary \
- $(MESA_TOP)/src/gallium/include \
+ $(MESA_TOP)/src/mapi \
+ $(MESA_TOP)/src/mesa/main \
$(MESA_TOP)/src/glsl \
- $(MESA_TOP)/src/mapi
+ $(MESA_TOP)/src/gallium/auxiliary \
+ $(MESA_TOP)/src/gallium/include
LOCAL_WHOLE_STATIC_LIBRARIES := \
libmesa_program