Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-30 Thread Emil Velikov
On 30 August 2016 at 05:59, Tapani Pälli wrote: > I could try to push .pc files in to those projects but I'm not sure how that > should work. Should those projects then install the .pc files somewhere > during Android build or would we mess with the PKG_CONFIG_PATH to be able to > find them? > I'

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-29 Thread Tapani Pälli
On 08/30/2016 07:59 AM, Tapani Pälli wrote: On 08/29/2016 07:11 PM, Emil Velikov wrote: On 29 August 2016 at 05:37, Tapani Pälli wrote: On 08/26/2016 03:58 PM, Emil Velikov wrote: On 26 August 2016 at 08:50, Tapani Pälli wrote: Reviewed-by: Tapani Pälli What happened with my sugg

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-29 Thread Tapani Pälli
On 08/29/2016 07:11 PM, Emil Velikov wrote: On 29 August 2016 at 05:37, Tapani Pälli wrote: On 08/26/2016 03:58 PM, Emil Velikov wrote: On 26 August 2016 at 08:50, Tapani Pälli wrote: Reviewed-by: Tapani Pälli What happened with my suggestion about getting things fixed as opposed to

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-29 Thread Emil Velikov
On 29 August 2016 at 05:37, Tapani Pälli wrote: > > > On 08/26/2016 03:58 PM, Emil Velikov wrote: >> >> On 26 August 2016 at 08:50, Tapani Pälli wrote: >>> >>> Reviewed-by: Tapani Pälli >>> >> What happened with my suggestion about getting things fixed as opposed >> to adding tape over things, n

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-28 Thread Tapani Pälli
On 08/26/2016 03:58 PM, Emil Velikov wrote: On 26 August 2016 at 08:50, Tapani Pälli wrote: Reviewed-by: Tapani Pälli What happened with my suggestion about getting things fixed as opposed to adding tape over things, namely these thread [1] ? Can someone please look into that one instead o

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-26 Thread Emil Velikov
On 26 August 2016 at 08:50, Tapani Pälli wrote: > Reviewed-by: Tapani Pälli > What happened with my suggestion about getting things fixed as opposed to adding tape over things, namely these thread [1] ? Can someone please look into that one instead or give me some tips how I can get things into A

Re: [Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-08-26 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 05/24/2016 08:39 AM, Nicolas Boichat wrote: platform_android.c needs to link with cutils, hardware, and sync libraries, as well as drm_gralloc libs. Also add appropriate tests in configure.ac. Signed-off-by: Nicolas Boichat --- configure.ac| 6 ++ sr

[Mesa-dev] [PATCH] automake: egl: Android: Add libEGL dependencies

2016-05-23 Thread Nicolas Boichat
platform_android.c needs to link with cutils, hardware, and sync libraries, as well as drm_gralloc libs. Also add appropriate tests in configure.ac. Signed-off-by: Nicolas Boichat --- configure.ac| 6 ++ src/egl/Makefile.am | 3 +++ 2 files changed, 9 insertions(+) diff --git a/con