aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/remmina
AgeCommit message (Collapse)Author
2019-09-10remmina: add distro_features_check for GTK3DISTROFEATURESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-09remmina: Add space before append operationKhem Raj
Fixes ERROR: Nothing PROVIDES 'libsecretlibexecinfo' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-08remmina: Fix spice protocol dependency and configurationaehs29@gmail.com
Spice is only compatible with x86 architectures, its dependency triggers a build error on other archs since the build system isnt able to find a provider for it. Fix dependencies to only include spice when an x86 architecture is being built, and configure the package accordingly. Signed-off-by: Alejandro Hernandez <aehs29@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07remmina: Add recipe for the remmina remote desktop clientaehs29@gmail.com
Remmina has become one of the most widely used RDP clients, it uses freeRDP 2.0 as a backend and also supports multiple network protocols like RSP, VNC, SPICE, NX, and SSH. Link with libexecinfo explicitly on musl limit to x86/x86_64 alone since spice is limited to these architectures Signed-off-by: Alejandro Enedino Hernandez Samaniego <aehs29@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>