Re: [Mesa-dev] [PATCH] configure.ac/meson.build: Add options for library suffixes

2018-06-13 Thread Benjamin Gordon
On Wed, Jun 13, 2018 at 9:46 AM Dylan Baker wrote: > Quoting Eric Engestrom (2018-06-13 03:03:25) > > On Tuesday, 2018-06-12 11:19:40 -0600, bmgor...@chromium.org wrote: > > > From: Benjamin Gordon > > > > > > When building the Chrome OS Android container, w

Re: [Mesa-dev] [PATCH] configure: Allow android as an EGL platform

2017-10-23 Thread Benjamin Gordon
On Mon, Oct 23, 2017 at 11:10 AM, Eric Engestrom <eric.engest...@imgtec.com> wrote: > On Friday, 2017-10-20 15:34:57 -0600, Benjamin Gordon wrote: > > I'm working on radeonsi support in the Chrome OS Android container > > (ARC++). Mesa in ARC++ uses autotools instead o

[Mesa-dev] [PATCH] configure: Allow android as an EGL platform

2017-10-20 Thread Benjamin Gordon
I'm working on radeonsi support in the Chrome OS Android container (ARC++). Mesa in ARC++ uses autotools instead of Android.mk, but all the necessary EGL bits are there, so the existing check is too strict. Signed-off-by: Benjamin Gordon <bmgor...@chromium.org> --- configure.ac | 3 ++-