Quoting Mauro Rossi (2018-10-31 10:34:53)
> To avoid build error in u_debug_stack_android.cpp
> due to now missing u_debug.h header:
>
> external/mesa/src/gallium/auxiliary/util/u_debug_stack_android.cpp:26:10:
> fatal error: 'u_debug.h' file not found
> #include "u_debug.h"
> ^
> 1 error generated.
>
> Fixes: 37db383abb ("util: Move u_debug to utils")
> Signed-off-by: Mauro Rossi <[email protected]>
> ---
> src/gallium/auxiliary/Android.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/Android.mk
> b/src/gallium/auxiliary/Android.mk
> index acd243b834..7618c6fcd9 100644
> --- a/src/gallium/auxiliary/Android.mk
> +++ b/src/gallium/auxiliary/Android.mk
> @@ -36,7 +36,8 @@ LOCAL_SRC_FILES := \
> util/u_debug_stack_android.cpp
>
> LOCAL_C_INCLUDES := \
> - $(GALLIUM_TOP)/auxiliary/util
> + $(GALLIUM_TOP)/auxiliary/util \
> + $(MESA_TOP)/src/util
>
> ifeq ($(MESA_ENABLE_LLVM),true)
> LOCAL_SRC_FILES += \
> --
> 2.19.1
> Oops, sorry about that! Reviewed-by: Dylan Baker <[email protected]>
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
