From 774e2b7e6908c563d8f44366553c110dad1fe1ba Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Sat, 13 Mar 2021 01:46:50 +0300 Subject: [PATCH] digikam switch to ninja --- desktop/kde/graphics/digikam/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde/graphics/digikam/actions.py b/desktop/kde/graphics/digikam/actions.py index 44a0fe5755..0b403e6c23 100644 --- a/desktop/kde/graphics/digikam/actions.py +++ b/desktop/kde/graphics/digikam/actions.py @@ -21,7 +21,7 @@ def setup(): -DENABLE_MYSQLSUPPORT=ON \ -DENABLE_APPSTYLES=ON \ -DENABLE_QWEBENGINE=ON \ - -DOpenGL_GL_PREFERENCE=GLVND" \ + -DOpenGL_GL_PREFERENCE=GLVND", \ sourceDir = '..') def build():