mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:56:17 +00:00
remmina: add DEPENDS on curl
remmina has a hard dependency on curl [1]. This doesn't result in an
error on branches with gtk4 because curl gets pulled in via vte ->
gtk4 -> gstreamer-plugins-bad -> curl.
Add an explicit DEPENDS on curl to reflect the dependency.
[1] a8afdd728d/src/CMakeLists.txt (L259)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
8343ef75dd
commit
5287390c05
@ -20,6 +20,7 @@ DEPENDS = " \
|
||||
libvncserver \
|
||||
libsecret \
|
||||
libxkbfile \
|
||||
curl \
|
||||
"
|
||||
|
||||
DEPENDS:append:libc-musl = " libexecinfo"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user