Module: Mesa Branch: master Commit: 9158e0bd82ffdad4baf46221bccbbb3fe4764c11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9158e0bd82ffdad4baf46221bccbbb3fe4764c11
Author: Mauro Rossi <[email protected]> Date: Sun Aug 26 23:11:02 2018 +0200 android: broadcom/cle: add gallium include path Fixes the following building error: In file included from external/mesa/src/broadcom/cle/v3d_decoder.c:38: In file included from external/mesa/src/broadcom/cle/v3d_packet_helpers.h:29: external/mesa/src/gallium/auxiliary/util/u_math.h:42:10: fatal error: 'pipe/p_compiler.h' file not found ^~~~~~~~~~~~~~~~~~~ 1 error generated. Fixes: 5b102160ae ("broadcom/genxml: Introduce a V3D packet/struct decoder.") Cc: "18.2" <[email protected]> Acked-by: Eric Anholt <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Signed-off-by: Mauro Rossi <[email protected]> --- src/broadcom/Android.cle.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/broadcom/Android.cle.mk b/src/broadcom/Android.cle.mk index 9b728424fa..c6bf262641 100644 --- a/src/broadcom/Android.cle.mk +++ b/src/broadcom/Android.cle.mk @@ -29,6 +29,8 @@ LOCAL_SRC_FILES := $(BROADCOM_DECODER_FILES) LOCAL_STATIC_LIBRARIES := libmesa_broadcom_genxml +LOCAL_C_INCLUDES += $(MESA_TOP)/src/gallium/include + LOCAL_SHARED_LIBRARIES := libexpat libz include $(MESA_COMMON_MK) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
