summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBroken Robot2021-10-20 17:07:38 -0500
committerNathan Loewen2021-10-20 17:07:38 -0500
commit59618cfd987cb8814ec697c9ec0d4adb74d51958 (patch)
tree571f8e5045a22f7c87ccf089225cb5e070001647 /PKGBUILD
parentd9819bdfd5f0521b9bdc1c7a65ee04aa0947ed09 (diff)
downloadaur-59618cfd987cb8814ec697c9ec0d4adb74d51958.tar.gz
Compile with icu for enhanced unicode support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac806a63aa6..b32eb894034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# community/freerdp contributor: Stijn Segers <francesco dot borromini at gmail dot com>
pkgname=freerdp-git
-pkgver=2.0.0.r1099.g03a9ca80c
+pkgver=2.0.0.r1158.gf57449749
pkgrel=1
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP) - git checkout"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('Apache')
depends=('dbus-glib' 'fuse' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage' 'libxfixes'
'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr' 'libxrender'
-'libxtst' 'openssl' 'pcsclite' 'wayland')
+'libxtst' 'openssl' 'pcsclite' 'wayland' 'icu')
optdepends=('libva')
makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libjpeg-turbo'
'libpulse' 'libusb' 'pam' 'systemd-libs' 'xmlto' 'xorgproto')
@@ -52,6 +52,7 @@ build() {
-DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_VAAPI=ON \
-DWITH_FUSE=ON \
+ -DWITH_ICU=ON \
-Wno-dev \
-B build \
-S .