Bug 310720

Summary: build without 3D OpenGL support
Product: [Frameworks and Libraries] analitza Reporter: Jonathan Riddell <jr>
Component: analitzaplotAssignee: Aleix Pol <aleixpol>
Status: RESOLVED FIXED    
Severity: normal CC: percy.camilo.ta
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2012-11-26 16:49:19 UTC
analitzaplot currently requires OpenGL, this means it can not build on our ARM architecture which uses OpenGLES.  Allowing it to build without the 3D support would bring back analitza on ARM.


Reproducible: Always
Comment 1 Aleix Pol 2012-11-27 00:23:21 UTC
Git commit eeb0c679432d52a1fde26ce1a0493e08fe4e9165 by Aleix Pol.
Committed on 27/11/2012 at 01:23.
Pushed by apol into branch 'master'.

Make it possible to compile Analitza without OpenGL

Since some time ago, Analitza master required OpenGL for building
Analitza completely. This commit makes OpenGL a conditional dependency
and some parts of AnalitzaPlot will be left out if OpenGL is not found,
more specifically plotsview3d.cpp and plotter3d.cpp.
CCMAIL: percy.camilo.ta@gmail.com

M  +5    -3    CMakeLists.txt
M  +12   -11   analitzagui/CMakeLists.txt
M  +17   -12   analitzaplot/CMakeLists.txt
M  +7    -3    analitzaplot/examples/CMakeLists.txt

http://commits.kde.org/analitza/eeb0c679432d52a1fde26ce1a0493e08fe4e9165