summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac82d7e61ed6..5982fd4fcc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libdesq-git
license = none
makedepends = git
depends = qt5-base
+ depends = qt5-x11extras
provides = libdesq
conflicts = libdesq
source = git+https://gitlab.com/Desq/libdesq.git
diff --git a/PKGBUILD b/PKGBUILD
index 978338a365e4..fd9a476fac14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The DesQ library to handle X11 protocols, system calls, classes and fun
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-x11extras')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")