summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonrad Beckmann2024-03-15 22:30:54 +0100
committerKonrad Beckmann2024-03-15 22:30:54 +0100
commitf66c1df7174a614ced0ddab3577272a11bb32f13 (patch)
treebb96f5082dba78dc2eb363976b38178acb5bd140 /PKGBUILD
parent30f02343012e392ebe6545c8ba35ca68b570efce (diff)
downloadaur-f66c1df7174a614ced0ddab3577272a11bb32f13.tar.gz
Add libxcursor as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25f2959bdf41..02276a24a426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Minimal GUI Application using the QCSXCAD library. Built from git."
arch=('x86_64')
url="https://github.com/thliebig/$_pkgname"
license=('GPL')
-depends=("csxcad-git" "openems-git" "qcsxcad" "hdf5" "vtk" "qt5-base" "qt5-x11extras")
+depends=("csxcad-git" "openems-git" "qcsxcad" "hdf5" "vtk" "qt5-base" "qt5-x11extras" "libxcursor")
provides=('appcsxcad')
conflicts=('appcsxcad')
makedepends=('git' 'cmake')