summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1302f2223e3..c4734be7fdc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,9 @@ pkgbase = kdisplay-git
arch = x86_64
license = LGPL
makedepends = extra-cmake-modules
- makedepends = plasma-framework
makedepends = kcmutils
+ makedepends = ninja
+ makedepends = plasma-framework
depends = disman-git
depends = kdeclarative
depends = qt5-graphicaleffects
diff --git a/PKGBUILD b/PKGBUILD
index 7a9640f2ed37..7929fd764e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,9 @@ depends=(
)
makedepends=(
extra-cmake-modules
- plasma-framework
kcmutils
+ ninja
+ plasma-framework
)
provides=(kdisplay)
conflicts=(kdisplay kscreen)