projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8547a5
)
android: export the path of glsl nir headers
author
Mauro Rossi
<issor.oruam@gmail.com>
Sat, 7 Nov 2015 00:23:46 +0000
(
01:23
+0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 20 Nov 2015 11:18:19 +0000
(11:18 +0000)
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 <emil.l.velikov@gmail.com>
src/glsl/Android.gen.mk
patch
|
blob
|
history
diff --git
a/src/glsl/Android.gen.mk
b/src/glsl/Android.gen.mk
index 6898fb0d4921683db39775ae36bf9f44d18cd16b..59cc8577a6e18cc4ec9aa336d032b09116eb0f3d 100644
(file)
--- 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) \