Dominique Leuenberger 2018-02-12 09:15:27 +00:00 committed by Git OBS Bridge
commit 355e7cbc38
2 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ index cd482ea..bc3772b 100644
+++ b/core/CMakeLists.txt
@@ -290,7 +290,7 @@ find_package(Marble)
find_package(PkgConfig)
find_package(Jasper)
find_package(Jasper) # For JPEG 2000 support.
find_package(Eigen3) # For Refocus tool.
-find_package(OpenGL) # For Presentation tool.
+# find_package(OpenGL) # For Presentation tool.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 21:06:44 UTC 2018 - stefan.bruens@rwth-aachen.de
- Fix broken rebase of 0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch
-------------------------------------------------------------------
Thu Feb 8 13:19:01 UTC 2018 - stefan.bruens@rwth-aachen.de