summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2016-01-23 15:36:18 +0000
committerEarnestly2016-01-23 15:36:18 +0000
commitf94609fac47cc7ac6b852d739d182e1a089222bc (patch)
tree0b45f025585e3b115599755471df5791199ba5f3
parent50675f5ff1af64cbc69d07f2c7e019ae554e60b6 (diff)
downloadaur-f94609fac47cc7ac6b852d739d182e1a089222bc.tar.gz
wlc: add xcb-util-wm dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be8d1feefc5..bed88739fe41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 23:35:08 UTC 2016
+# Sat Jan 23 15:36:03 UTC 2016
pkgbase = wlc-git
pkgdesc = Wayland compositor library
pkgver = r845.66425fb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Cloudef/wlc
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = wlc-git
depends = libdrm
depends = mesa
depends = xcb-util-image
+ depends = xcb-util-wm
provides = wlc
conflicts = wlc
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 28e388ca7db3..84c90acb127f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=wlc-git
pkgver=r845.66425fb
-pkgrel=1
+pkgrel=2
pkgdesc='Wayland compositor library'
url='https://github.com/Cloudef/wlc'
@@ -10,7 +10,7 @@ license=('GPL')
options=('debug' '!strip')
depends=('wayland' 'pixman' 'libxkbcommon' 'libinput' 'libx11' 'libxcb' 'libgl'
- 'libdrm' 'mesa' 'xcb-util-image')
+ 'libdrm' 'mesa' 'xcb-util-image' 'xcb-util-wm')
makedepends=('git' 'cmake')
provides=('wlc')