summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2021-02-27 16:56:10 +0200
committertinywrkb2021-02-27 16:56:10 +0200
commitd0a59806ab0b27eb6de45ac561b71f4fcfffb9f8 (patch)
tree25c233e52df563c74edaaa871ddf38f5baaee941 /PKGBUILD
parent41c58d7d3dcf524331e7d295c163480d9190c3c2 (diff)
downloadaur-d0a59806ab0b27eb6de45ac561b71f4fcfffb9f8.tar.gz
bump to 2.3.0-2: sync with community/freerdp, disable vaapi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 230a0185d255..f1d6ee9a1b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _name=FreeRDP
_pkgname=freerdp
pkgname=freerdp-gstfree
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
arch=('x86_64')
url="https://www.freerdp.com/"
@@ -55,7 +55,7 @@ build() {
-DWITH_CHANNELS=ON \
-DWITH_CLIENT_CHANNELS=ON \
-DWITH_SERVER_CHANNELS=ON \
- -DWITH_VAAPI=ON \
+ -DWITH_VAAPI=OFF \
-DCHANNEL_URBDRC_CLIENT=ON \
-Wno-dev \
-B build \