diff --git a/0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch b/0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch index fc02c70..bc59076 100644 --- a/0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch +++ b/0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch @@ -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. diff --git a/digikam.changes b/digikam.changes index 1c0052d..b85069c 100644 --- a/digikam.changes +++ b/digikam.changes @@ -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