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
On 9 November 2016 at 22:20, Gurchetan Singh
wrote:
> It's possible to build Mesa for Android using the traditional
> autotools workflow. To enable this, let's add the required
> pkg-config checks and link against them.
>
> v2: Bundle pkg-config checks together (Emil)
> ---
> configure.ac
It's possible to build Mesa for Android using the traditional
autotools workflow. To enable this, let's add the required
pkg-config checks and link against them.
v2: Bundle pkg-config checks together (Emil)
---
configure.ac| 1 +
src/egl/Makefile.am | 2 ++
2 files changed, 3 insertions(
On 27 October 2016 at 17:07, Gurchetan Singh
wrote:
> It's possible to build Mesa for Android using the traditional
> autotools workflow. To enable this, let's add the required
> pkg-config checks and link against them.
Does the upstream repositories have the files or one requires extra patches ?
It's possible to build Mesa for Android using the traditional
autotools workflow. To enable this, let's add the required
pkg-config checks and link against them.
---
configure.ac| 3 +++
src/egl/Makefile.am | 1 +
2 files changed, 4 insertions(+)
diff --git a/configure.ac b/configure.ac