mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
bf7d1ab47f
We make the "freerdp" recipe active again, fix the build
by pulling a more recent version (the "stable" branches are
buggy and useless), and fix ARM runtime with -fPIC.
We can then :
- make X11 non-mandatory ;
- add support for Wayland ("wlfreerdp" client) ;
- add support for DirectFB ("dfreerdp" client) ;
- add support for GStreamer 1.0 ;
- make "heavy" features such as pulseaudio, cups...
non-mandatory.
We really want to install the "winpr-makecert" tool to have
TLS, but CMake does not position its RPATH cleanly, so let
us have a custom patch for that until it gets sorted out.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
540 B
BlitzBasic
22 lines
540 B
BlitzBasic
# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
|
|
# Released under the MIT license
|
|
|
|
include freerdp.inc
|
|
|
|
inherit gitpkgv
|
|
|
|
PV = "1.2.5+gitr${SRCPV}"
|
|
PKGV = "${GITPKGVTAG}"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_STATIC_LIBS=OFF \
|
|
-DCMAKE_POSITION_INDEPENDANT_CODE=ON \
|
|
-DWITH_MANPAGES=OFF \
|
|
"
|
|
|
|
SRCREV = "62da9d28c674814c81c245c1c7882eb0da7be76b"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git \
|
|
file://winpr-makecert-Build-with-install-RPATH.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|