From: Anuj Mittal <[email protected]> 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.36.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb index aefd871354..b8a31fc012 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.36.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 (#121673): https://lists.openembedded.org/g/openembedded-devel/message/121673 Mute This Topic: https://lists.openembedded.org/mt/116286897/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
