[Mesa-dev] [PATCH] gallium/auxiliary: Fix Autotools on Android
Marek Olšák
maraeo at gmail.com
Wed Jul 25 23:13:32 UTC 2018
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Marek
On Tue, Jul 24, 2018 at 8:54 PM, Chad Versace <chadversary at chromium.org> wrote:
> u_debug_stack_android.cpp transitively included "pipe/p_compiler.h", but
> src/gallium/include was missing from the C++ include path.
>
> Cc: Gurchetan Singh <gurchetansingh at chromium.org>
> Cc: Eric Engestrom <eric.engestrom at intel.com>
> ---
> src/gallium/auxiliary/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
> index 03908198772..81dfc331df1 100644
> --- a/src/gallium/auxiliary/Makefile.am
> +++ b/src/gallium/auxiliary/Makefile.am
> @@ -13,6 +13,7 @@ AM_CFLAGS = \
> $(MSVC2013_COMPAT_CFLAGS)
>
> AM_CXXFLAGS = \
> + $(GALLIUM_CFLAGS) \
> $(VISIBILITY_CXXFLAGS) \
> $(MSVC2013_COMPAT_CXXFLAGS)
>
> @@ -41,7 +42,6 @@ AM_CFLAGS += \
> $(LLVM_CFLAGS)
>
> AM_CXXFLAGS += \
> - $(GALLIUM_CFLAGS) \
> $(LLVM_CXXFLAGS)
>
> libgallium_la_SOURCES += \
> --
> 2.18.0.233.g985f88cf7e-goog
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list