summaryrefslogtreecommitdiff
path: root/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch')
-rw-r--r--nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch b/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch
index 8527b9cce..909a44434 100644
--- a/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch
+++ b/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch
@@ -1,4 +1,4 @@
-From 72f50a2d29648248e03eb871f896f0c940e44c78 Mon Sep 17 00:00:00 2001
+From 9e291325f5d2568834fd0d590e5e99af129d9518 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Tue, 5 Jul 2016 18:47:56 -0600
Subject: [PATCH] optionally enable OpenGL
@@ -9,18 +9,18 @@ Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 47f6b10..7615b7f 100644
+index d3e64b5..1dabead 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -104,6 +104,7 @@ option(ENABLE_KFILEMETADATASUPPORT "Build digiKam with KDE files indexer suppor
- option(ENABLE_AKONADICONTACTSUPPORT "Build digiKam with KDE Mail Contacts support (default=OFF)" OFF)
- option(ENABLE_MEDIAPLAYER "Build digiKam with QtMultimedia support (default=OFF)" OFF)
- option(ENABLE_DBUS "Build digiKam with DBUS support (default=ON)" ON)
+ option(ENABLE_AKONADICONTACTSUPPORT "Build digiKam with KDE Mail Contacts support (default=OFF)" OFF)
+ option(ENABLE_MEDIAPLAYER "Build digiKam with QtMultimedia support (default=OFF)" OFF)
+ option(ENABLE_DBUS "Build digiKam with DBUS support (default=ON)" ON)
+option(ENABLE_OPENGL "Build digiKam with OpenGL support (default=ON)" ON)
+ option(ENABLE_APPSTYLES "Build digiKam with support for changing the widget application style (default=OFF)" OFF)
# Mysql support options (experimental):
- option(ENABLE_MYSQLSUPPORT "Build digiKam with MySQL dabatase support (default=OFF)" OFF)
-@@ -284,7 +285,7 @@ else()
+@@ -286,7 +287,7 @@ else()
endif()
# decide if Presentation tool can be built with OpenGL
@@ -30,5 +30,5 @@ index 47f6b10..7615b7f 100644
elseif()
set(HAVE_OPENGL FALSE)
--
-2.8.3
+2.9.2