mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/freerdp to 2.0.0_rc4-2
This commit is contained in:
parent
bda8b4014f
commit
6d1543eaf4
1 changed files with 3 additions and 2 deletions
|
@ -10,14 +10,14 @@ pkgver=2.0.0_rc4
|
|||
#_commit=6001cb710dc67eb8811362b7bf383754257a902b
|
||||
_pkgver=${pkgver/_/-}
|
||||
_pkgver=${_pkgver/+/-}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free RDP client"
|
||||
arch=('x86_64')
|
||||
url="http://freerdp.sourceforge.net"
|
||||
license=('GPL')
|
||||
depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
|
||||
'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
|
||||
'libxrender' 'libxfixes' 'gst-plugins-base-libs')
|
||||
'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib')
|
||||
makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
|
||||
'xmlto' 'docbook-xsl' 'git')
|
||||
provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
|
||||
|
@ -48,6 +48,7 @@ build() {
|
|||
-DWITH_CLIENT_CHANNELS=ON \
|
||||
-DWITH_SERVER_CHANNELS=ON \
|
||||
-DWITH_WAYLAND=ON \
|
||||
-DCHANNEL_URBDRC_CLIENT=ON \
|
||||
-DWITH_NEON=OFF \
|
||||
-DARM_FP_ABI=${ABI} \
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue