summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2018-07-14 20:47:09 -0700
committerShadowKyogre2018-07-14 20:47:09 -0700
commit8ebfd849cc20e0958ccbbebc91bf42447c7e48a3 (patch)
tree13c73ea7e83769371a26bba7c5db951e5a7d58d0
parent94daa9af61ec20d3ed72fd5b7e0f9ffd0d994258 (diff)
downloadaur-8ebfd849cc20e0958ccbbebc91bf42447c7e48a3.tar.gz
Don't forget libxi and libxcursor during the build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8295ee3cce2..da77c20a4d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = compiz-core-git
license = MIT
makedepends = intltool
makedepends = libice
+ makedepends = libxi
+ makedepends = libxcursor
depends = startup-notification
depends = librsvg
depends = dbus
diff --git a/PKGBUILD b/PKGBUILD
index ef0e7fae2d20..b530bc91af02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ url="https://gitlab.com/compiz/${_upstream}"
license=('GPL' 'LGPL' 'MIT')
arch=('i686' 'x86_64')
depends=('startup-notification' 'librsvg' 'dbus' 'glu' 'libxslt' 'libxrandr' 'libsm' 'libxcomposite' 'libxinerama')
-makedepends=('intltool' 'libice')
+makedepends=('intltool' 'libice' 'libxi' 'libxcursor')
options=(!libtool !emptydirs)
source=(
"git+https://gitlab.com/compiz/${_upstream}.git"