git » freerdp.git » commit 6b2acbf

upgpkg: 1:2.0.0_rc4-6

author David Runge
2019-06-17 10:45:20 UTC
committer David Runge
2019-06-17 10:45:20 UTC
parent 494b395e4fe083a068836af777379229ee489bab

upgpkg: 1:2.0.0_rc4-6

Adding back CHANNELS options explicitely (seems they are not picked up automatically).

PKGBUILD +5 -1

diff --git a/PKGBUILD b/PKGBUILD
index f28988c..3e4b7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name=FreeRDP
 pkgname=freerdp
 epoch=1
 pkgver=2.0.0_rc4
-pkgrel=5
+pkgrel=6
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=('x86_64')
 url="http://www.freerdp.com/"
@@ -42,6 +42,10 @@ build() {
         -DWITH_SOXR=ON \
         -DWITH_GSSAPI=ON \
         -DWITH_SERVER=ON \
+        -DWITH_CHANNELS=ON \
+        -DWITH_CLIENT_CHANNELS=ON \
+        -DWITH_SERVER_CHANNELS=ON \
+        -DCHANNEL_URBDRC_CLIENT=ON \
         ..
 # TODO: add, when openh264 is moved to community
 #        -DWITH_OPENH264=ON \