diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-27 16:13:50 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-22 14:26:22 +0100 |
commit | 6fb801786604c270fae99c3d665dcebaa0bff3a6 (patch) | |
tree | c4dc647285c8da44069863ff3b7ee4820df4afb3 /src/mesa/program | |
parent | ba3bc1eea2f41e06a6c4300d4bc2b3547dbcaaec (diff) |
android: add $(mesa_top)/src include to the whole of mesa
Many parts of mesa already have the include with others depending on it
but it's missing. Add it once at the top makefile and be done with it.
Cc: "10.4 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/program')
-rw-r--r-- | src/mesa/program/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index a237b65bc08..e85afe67253 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -71,7 +71,6 @@ $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program_lexer.l LOCAL_C_INCLUDES := \ $(intermediates) \ - $(MESA_TOP)/src \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa \ $(MESA_TOP)/src/glsl |