diff options
author | Omar Pakker | 2021-01-20 16:40:31 +0000 |
---|---|---|
committer | Omar Pakker | 2021-01-20 16:40:31 +0000 |
commit | fadb45ef6e21cba915d52fba29f3532f950f23d1 (patch) | |
tree | 3ca8a573685d9f9a24bc1f7634e7d4646d3313fa | |
parent | 2e01749e1e34d6f57055fd5516649bd0deab5683 (diff) | |
download | aur-looking-glass-git.tar.gz |
Add dependency on libxss. Dependency added upstream by commit ee8c883.
https://github.com/gnif/LookingGlass/commit/ee8c883201c2d59667321d581a1a6db7b1fc6a1d
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = looking-glass-git pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough - pkgver = B2.r290.gcac454d + pkgver = B2.r345.g428b498 pkgrel = 1 epoch = 2 url = https://looking-glass.io/ @@ -13,6 +13,7 @@ pkgbase = looking-glass-git makedepends = glu makedepends = fontconfig makedepends = spice-protocol + makedepends = libxss makedepends = libxi makedepends = obs-studio makedepends = wayland-protocols @@ -29,6 +30,7 @@ pkgname = looking-glass-git depends = glu depends = nettle depends = fontconfig + depends = libxss depends = libxi provides = looking-glass conflicts = looking-glass @@ -6,13 +6,14 @@ pkgname=("${_pkgname}-git" "${_pkgname}-module-dkms-git" "obs-plugin-${_pkgname}-git") epoch=2 -pkgver=B2.r290.gcac454d +pkgver=B2.r345.g428b498 pkgrel=1 pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough" url="https://looking-glass.io/" arch=('x86_64') license=('GPL2') -makedepends=('cmake' 'git' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol' 'libxi' 'obs-studio' 'wayland-protocols') +makedepends=('cmake' 'git' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol' + 'libxss' 'libxi' 'obs-studio' 'wayland-protocols') source=("${_pkgname}::git+https://github.com/gnif/LookingGlass.git" "LGMP::git+https://github.com/gnif/LGMP.git" "PureSpice::git+https://github.com/gnif/PureSpice.git") @@ -49,7 +50,7 @@ build() { package_looking-glass-git() { pkgdesc="A client application for accessing the LookingGlass IVSHMEM device of a VM" - depends=('sdl2_ttf' 'glu' 'nettle' 'fontconfig' 'libxi') + depends=('sdl2_ttf' 'glu' 'nettle' 'fontconfig' 'libxss' 'libxi') provides=("${_pkgname}") conflicts=("${_pkgname}") |