Summary: | build without 3D OpenGL support | ||
---|---|---|---|
Product: | [Frameworks and Libraries] analitza | Reporter: | Jonathan Riddell <jr> |
Component: | analitzaplot | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | percy.camilo.ta |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/analitza/eeb0c679432d52a1fde26ce1a0493e08fe4e9165 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jonathan Riddell
2012-11-26 16:49:19 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 |