Re: [Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-28 Thread Jammy Zhou
On Fri, Jan 28, 2011 at 4:52 PM, Chia-I Wu wrote: > On Fri, Jan 28, 2011 at 9:22 AM, Jammy Zhou wrote: > > Just to make sure that this patch was sent out, so replied again here. > > > > Hi Chia-I, > > > > Could you please review this small patch? > Sorry for the slow response. I recently had a

Re: [Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-28 Thread Chia-I Wu
On Fri, Jan 28, 2011 at 9:22 AM, Jammy Zhou wrote: > Just to make sure that this patch was sent out, so replied again here. > > Hi Chia-I, > > Could you please review this small patch? Sorry for the slow response. I recently had a surgery and I was not able to spend much time on my inbox. I will

Re: [Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-27 Thread Jammy Zhou
Just to make sure that this patch was sent out, so replied again here. Hi Chia-I, Could you please review this small patch? Regards, Jammy On Thu, Jan 27, 2011 at 1:32 PM, Jammy Zhou wrote: > egl_dri2 has been made built-in driver of EGL recently, and it depends on > _glapi_get_proc_address s

[Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-26 Thread Jammy Zhou
egl_dri2 has been made built-in driver of EGL recently, and it depends on _glapi_get_proc_address symbol, which is defined in libglapi.so. So add the dependency of libglapi.so to libEGL Signed-off-by: Jammy Zhou --- src/egl/main/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-