adds libxi and openssl dependency

This commit is contained in:
tadly
2023-07-08 15:34:15 +02:00
parent 39eb84670a
commit a70e2c74b2
2 changed files with 5 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
pkgname=parsec-bin
pkgver=150_86e
pkgrel=2
pkgrel=3
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.app'
license=('custom')
arch=('x86_64')
provides=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl-1.1' 'libxi')
optdepends=('libva: For hardware accelerated decoding')
source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")