summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabelian4242020-05-26 14:03:35 +0600
committerabelian4242020-05-26 14:03:35 +0600
commite17000b5ccf20608534b852ead60588d8ebd8a84 (patch)
treea46c05566829126be75f8e5937f8784d56bdd87a /PKGBUILD
parent78024e496ac70412b6be66ae095fed182bc12a5e (diff)
downloadaur-e17000b5ccf20608534b852ead60588d8ebd8a84.tar.gz
Added correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d006e7fbd5..861e1b4aa6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkdesc='Qt/C++ display management library'
arch=(x86_64)
url="https://gitlab.com/kwinft/disman"
license=(LGPL)
-depends=('kxmlgui' 'libkscreen-git' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+depends=(qt5-x11extras libxrandr wrapland)
provides=("disman")
conflicts=("disman")
makedepends=(extra-cmake-modules)