summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d79f96331c5..ddcbae7fae95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = wlc-git
pkgdesc = Wayland compositor library.
- pkgver = r675.a9598bc
- pkgrel = 1
+ pkgver = r681.bd4e4ac
+ pkgrel = 2
url = https://github.com/Cloudef/wlc
arch = i686
arch = x86_64
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = libx11
+ makedepends = libxcb
+ makedepends = libgl
depends = wayland
depends = pixman
depends = libxkbcommon
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'