Bug 310720 - build without 3D OpenGL support
Summary: build without 3D OpenGL support
Status: RESOLVED FIXED
Alias: None
Product: analitza
Classification: Frameworks and Libraries
Component: analitzaplot (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 16:49 UTC by Jonathan Riddell
Modified: 2012-11-27 00:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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