summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/remmina
Commit message (Collapse)AuthorAgeFilesLines
* remmina: add distro_features_check for GTK3DISTROFEATURESMartin Jansa2019-09-101-1/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Add space before append operationKhem Raj2019-09-091-1/+1
| | | | | | | Fixes ERROR: Nothing PROVIDES 'libsecretlibexecinfo' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Fix spice protocol dependency and configurationaehs29@gmail.com2019-09-081-4/+9
| | | | | | | | | | | | 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>
* remmina: Add recipe for the remmina remote desktop clientaehs29@gmail.com2019-09-071-0/+33
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>