LGTM, thanks.

> -----Original Message-----
> From: Beignet [mailto:[email protected]] On Behalf Of
> Zhigang Gong
> Sent: Monday, December 15, 2014 09:18
> To: Gong, Zhigang
> Cc: [email protected]
> Subject: Re: [Beignet] [PATCH] CL: Don't find mesa source code.
> 
> Ping for review.
> 
> On Fri, Dec 05, 2014 at 10:19:21AM +0800, Zhigang Gong wrote:
> > As build with mesa has been broken for a long time, we disable it to
> > avoid potential build problem.
> >
> > Signed-off-by: Zhigang Gong <[email protected]>
> > ---
> >  CMakeLists.txt | 12 ++++++------
> >  1 file changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/CMakeLists.txt b/CMakeLists.txt index 49c8929..f790060
> > 100644
> > --- a/CMakeLists.txt
> > +++ b/CMakeLists.txt
> > @@ -170,12 +170,12 @@ ELSE(EGL_FOUND)
> >  ENDIF(EGL_FOUND)
> >
> >  # cl_khr_gl_sharing requires to build with mesa source
> > -Find_Package(MesaSrc)
> > -IF(MESA_SOURCE_FOUND)
> > -  MESSAGE(STATUS "Looking for mesa source code - found at
> > ${MESA_SOURCE_PREFIX}")
> > -ELSE(MESA_SOURCE_FOUND)
> > -  MESSAGE(STATUS "Looking for mesa source code - not found,
> > cl_khr_gl_sharing will be disabled.")
> > -ENDIF(MESA_SOURCE_FOUND)
> > +#Find_Package(MesaSrc)
> > +#IF(MESA_SOURCE_FOUND)
> > +#  MESSAGE(STATUS "Looking for mesa source code - found at
> > +${MESA_SOURCE_PREFIX}")
> > +#ELSE(MESA_SOURCE_FOUND)
> > +#  MESSAGE(STATUS "Looking for mesa source code - not found,
> > +cl_khr_gl_sharing will be disabled.")
> > +#ENDIF(MESA_SOURCE_FOUND)
> >
> >  Find_Package(OCLIcd)
> >  IF(OCLIcd_FOUND)
> > --
> > 1.8.3.2
> >
> > _______________________________________________
> > Beignet mailing list
> > [email protected]
> > http://lists.freedesktop.org/mailman/listinfo/beignet
> _______________________________________________
> Beignet mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to