android: add $(mesa_top)/src/mesa/main to the includes list
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 28 Mar 2015 01:11:54 +0000 (01:11 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 13:37:17 +0000 (14:37 +0100)
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>
src/mesa/Android.libmesa_dricore.mk
src/mesa/Android.libmesa_st_mesa.mk

index 904a92f..c2a4c28 100644 (file)
@@ -62,6 +62,7 @@ endif
 LOCAL_C_INCLUDES := \
        $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
        $(MESA_TOP)/src/mapi \
+       $(MESA_TOP)/src/mesa/main \
        $(MESA_TOP)/src/glsl \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary
index fdf847a..e02030b 100644 (file)
@@ -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