[Mesa-dev] [PATCH] gallium: Fix automake for Android

Tomasz Figa tfiga at chromium.org
Thu Jun 28 01:58:36 UTC 2018


On Thu, Jun 28, 2018 at 4:50 AM Chad Versace <chadversary at chromium.org> wrote:
>
>
> Chromium OS uses Autotools and pkg-config when building Mesa for
> Android. The gallium drivers were failing to find the headers and
> libraries for zlib and Android's libbacktrace.
>
> v2:
>   - Don't add a check for zlib.pc. configure.ac already checks for
>     zlib.pc elsewhere. [for tfiga]
>   - Check for backtrace.pc separately from the other Android libs.
>     [for tfiga]
> ---
>
> Tomasz, I added the suggestions that worked. I tried moving
> $(ANDROID_LIBS) and $(BACKTRACE_LIBS) to the hunk in
> src/gallium/auxiliary/Makefile.am, but the build no longer worked.
> libEGL failed to link.

Fair enough. Thanks.

Reviewed-by: Tomasz Figa <tfiga at chromium.org>

Best regards,
Tomasz


More information about the mesa-dev mailing list