gallium: Fix automake for Android (v2)
authorChad Versace <chadversary@chromium.org>
Fri, 1 Jun 2018 02:57:55 +0000 (19:57 -0700)
committerChad Versace <chadversary@chromium.org>
Thu, 28 Jun 2018 02:58:16 +0000 (19:58 -0700)
commitdc6665422a8fcfce92b8136310f05351aa0cbd5b
tree1466edd4efe61d3d443ca109641a600a42ef2d00
parent2a5121bf355001e2c69ba05e8d9be4ed633c7bf4
gallium: Fix automake for Android (v2)

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]

Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac
src/gallium/Automake.inc
src/gallium/auxiliary/Makefile.am