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] 
https://github.com/FreeRDP/Remmina/blob/a8afdd728d215791e3ce2ebc0411569529cd0296/src/CMakeLists.txt#L259

Signed-off-by: Anuj Mittal <[email protected]>
---
 meta-oe/recipes-support/remmina/remmina_1.4.34.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.34.bb 
b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
index 921d34d9fd..d101908b94 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
@@ -20,6 +20,7 @@ DEPENDS = " \
     libvncserver \
     libsecret \
     libxkbfile \
+    curl \
 "
 
 DEPENDS:append:libc-musl = " libexecinfo"
-- 
2.51.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#121643): 
https://lists.openembedded.org/g/openembedded-devel/message/121643
Mute This Topic: https://lists.openembedded.org/mt/116272361/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to