summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2020-09-03 06:33:52 +0200
committerdec05eba2020-09-03 06:33:52 +0200
commitaea43e281319e50ec12b8df094cb69d2f656cf6c (patch)
tree7c4525188e66c8c0048054ddf2c52ab9ca19bd7b
parenta81eeb882698ac299725c8aaf6d753ba3c96bc3f (diff)
downloadaur-aea43e281319e50ec12b8df094cb69d2f656cf6c.tar.gz
Add libxfixes to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2e0c0f2826..ead7e1ab2a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vrwm-git
pkgdesc = A virtual reality window manager for X11. Supports "unlimited" virtual monitors.
pkgver = r29.e0ffb9e
- pkgrel = 1
+ pkgrel = 2
url = https://git.dec05eba.com/vrwm
arch = x86_64
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = vrwm-git
depends = openvr
depends = libx11
depends = libxcomposite
+ depends = libxfixes
provides = vrwm
conflicts = vrwm
source = git+https://git.dec05eba.com/vrwm
diff --git a/PKGBUILD b/PKGBUILD
index 9f9dea711f75..e8dda2b9a10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=vrwm-git
pkgver=r29.e0ffb9e
-pkgrel=1
+pkgrel=2
pkgdesc='A virtual reality window manager for X11. Supports "unlimited" virtual monitors.'
arch=('x86_64')
url="https://git.dec05eba.com/vrwm"
license=('GPL3')
makedepends=('git' 'sibs')
-depends=('glm' 'glew' 'sdl2' 'openvr' 'libx11' 'libxcomposite')
+depends=('glm' 'glew' 'sdl2' 'openvr' 'libx11' 'libxcomposite' 'libxfixes')
provides=('vrwm')
conflicts=('vrwm')
source=("git+https://git.dec05eba.com/vrwm")