Re: [Mesa-dev] [PATCH] Android: egl: add dependency on libnativewindow

2017-10-27 Thread Emil Velikov
On 26 October 2017 at 20:18, Rob Herring wrote: > system/window.h is no longer available by default and is part of > libnativewindow, so add it to the shared libraries. It has to be conditional > because the library is only present in O and later. > > Really, we should only be depending on vndk/wi

[Mesa-dev] [PATCH] Android: egl: add dependency on libnativewindow

2017-10-26 Thread Rob Herring
system/window.h is no longer available by default and is part of libnativewindow, so add it to the shared libraries. It has to be conditional because the library is only present in O and later. Really, we should only be depending on vndk/window.h now, but that's only in O and changing would be pre