Module: Mesa
Branch: master
Commit: 480ba46bcb44169cefb46a978c24e3f77d144df2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=480ba46bcb44169cefb46a978c24e3f77d144df2

Author: Mauro Rossi <[email protected]>
Date:   Sat Nov  7 01:23:46 2015 +0100

android: export the path of glsl nir headers

The change is necessary to avoid building errors in glsl and i965
modules due to missing glsl_types.h header

Signed-off-by: Emil Velikov <[email protected]>

---

 src/glsl/Android.gen.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/glsl/Android.gen.mk b/src/glsl/Android.gen.mk
index 6898fb0..59cc857 100644
--- a/src/glsl/Android.gen.mk
+++ b/src/glsl/Android.gen.mk
@@ -38,7 +38,8 @@ LOCAL_C_INCLUDES += \
        $(MESA_TOP)/src/glsl/nir
 
 LOCAL_EXPORT_C_INCLUDE_DIRS += \
-       $(intermediates)/nir
+       $(intermediates)/nir \
+       $(MESA_TOP)/src/glsl/nir
 
 LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \
        $(LIBGLCPP_GENERATED_FILES) \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to