summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEarnestly2015-08-18 13:34:28 +0100
committerEarnestly2015-08-18 13:34:28 +0100
commitbb123ad070f26184307ee7a45afeef214b51c2b7 (patch)
tree725d36aee5ac7050fa77512633feba00b45cd5cd /PKGBUILD
parent14c5bfc6960261143e37dcf959bdcb18998d14dc (diff)
downloadaur-bb123ad070f26184307ee7a45afeef214b51c2b7.tar.gz
wlc: Add correct build dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 985b7ff42794..0172f31d1477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=wlc-git
-pkgver=r675.a9598bc
-pkgrel=1
+pkgver=r681.bd4e4ac
+pkgrel=2
pkgdesc='Wayland compositor library.'
url='https://github.com/Cloudef/wlc'
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('wayland' 'pixman' 'libxkbcommon' 'libinput')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'libx11' 'libxcb' 'libgl')
optdepends=('mesa: For optional platform support (GLESv2, EGL, DRM)'
'nvidia: For optional platform support (GLESv2, EGL)'
'libx11: Running the compositor as an Xorg client'