egl: Use pkg-config for Android NDK build

Graphics / Mesa 3D Graphics Library / Mesa - Gurchetan Singh [chromium.org] - 15 November 2016 09:49 UTC

It's possible to build Mesa for Android using the traditional autotools workflow [1]. ChromiumOS fetches Android prebuilts and puts them in a sysroot. We now want to use pkg-config to specify the location of system headers and libraries [2].

To enable this, let's add the required pkg-config checks and link against them.

[1] https://developer.android.com/ndk/guides/standalone_toolchain.html [2] https://chromium-review.googlesource.com/#/c/403237/

v2: Bundle pkg-config checks together (Emil)
v3: Provide further context on standalone NDK Mesa build (Emil)

0639e25 egl: Use pkg-config for Android NDK build
configure.ac | 1 +
src/egl/Makefile.am | 2 ++
2 files changed, 3 insertions(+)

Upstream: cgit.freedesktop.org


  • Share