summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5268e66ad0..c712cbf8f0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = plasma-framework-git
makedepends = git
makedepends = qt5-tools
makedepends = kdoctools-git
+ makedepends = kwayland-git
+ makedepends = kdeclarative-git
depends = kactivities-git
depends = kparts-git
depends = kpackage-git
diff --git a/PKGBUILD b/PKGBUILD
index 1cde2e748b71..fbf9a7670bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(x86_64)
url='https://projects.kde.org/projects/playground/libs/plasma-framework'
license=(LGPL)
depends=(kactivities-git kparts-git kpackage-git kirigami-git)
-makedepends=(extra-cmake-modules-git git qt5-tools kdoctools-git)
+makedepends=(extra-cmake-modules-git git qt5-tools kdoctools-git kwayland-git kdeclarative-git)
conflicts=(plasma-framework)
provides=(plasma-framework)
groups=(kf5)