diff options
author | Adrian Negreanu <[email protected]> | 2014-06-06 12:16:08 +0300 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-09 22:51:02 +0100 |
commit | 0048483f73c0cdd6015f1f8a65b9e9d0fce4e93b (patch) | |
tree | 8972222a81a1ca4b01ac2e6ca93393a8cd093b79 /src | |
parent | a49ebfab1d093475610e8504cf3400c054e300c0 (diff) |
android: add src/gallium/auxiliary as include path for libmesa_dricore
This fixes:
In file included from
/home/adrian/workspace/mesa/mesa-master.git/src/mesa/vbo/vbo_exec_api.c:445:0:
/home/adrian/workspace/mesa/mesa-master.git/src/mesa/vbo/vbo_attrib_tmp.h:28:38:
fatal error: util/u_format_r11g11b10f.h: No such file or directory
Cc: "10.1 10.2" <[email protected]>
Signed-off-by: Adrian Negreanu <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Juha-Pekka Heikkila <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Android.libmesa_dricore.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/Android.libmesa_dricore.mk b/src/mesa/Android.libmesa_dricore.mk index 0db5825debd..1332ebf68c1 100644 --- a/src/mesa/Android.libmesa_dricore.mk +++ b/src/mesa/Android.libmesa_dricore.mk @@ -50,7 +50,8 @@ endif # MESA_ENABLE_ASM LOCAL_C_INCLUDES := \ $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \ $(MESA_TOP)/src/mapi \ - $(MESA_TOP)/src/glsl + $(MESA_TOP)/src/glsl \ + $(MESA_TOP)/src/gallium/auxiliary LOCAL_WHOLE_STATIC_LIBRARIES := \ libmesa_program |