Re: [Mesa-dev] [PATCH mesa-demos] cmake: fix egl/opengl compilation (needs -lm)

2011-01-29 Thread Chia-I Wu
On Sat, Jan 29, 2011 at 4:08 AM, Paulo Zanoni wrote: > > Signed-off-by: Paulo Zanoni > --- > > My cmake-fu is not good. Maybe there are better ways to fix this. Suggestions > are always welcome =D Thanks for the patch. I've committed a similar fix from Jure Repinc (bug #33505). >  src/egl/opengl

[Mesa-dev] [PATCH mesa-demos] cmake: fix egl/opengl compilation (needs -lm)

2011-01-28 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni --- My cmake-fu is not good. Maybe there are better ways to fix this. Suggestions are always welcome =D src/egl/opengl/CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl/opengl/CMakeLists.txt b/src/egl/opengl/CMakeList