summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/remmina
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-14 08:20:08 +0530
committerKhem Raj <raj.khem@gmail.com>2025-11-13 23:02:36 -0800
commitc1af157c7854625171afa459c47f4edf4551ae04 (patch)
treec54332da61f7ae4485d5704b46a5558ee5354c75 /meta-oe/recipes-support/remmina
parent7fc0a7ac15f4a0403cb0e437da0d7037ee5dd432 (diff)
downloadmeta-openembedded-c1af157c7854625171afa459c47f4edf4551ae04.tar.gz
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] https://github.com/FreeRDP/Remmina/blob/a8afdd728d215791e3ce2ebc0411569529cd0296/src/CMakeLists.txt#L259 Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/remmina')
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.36.bb1
1 files changed, 1 insertions, 0 deletions
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 = " \
20 libvncserver \ 20 libvncserver \
21 libsecret \ 21 libsecret \
22 libxkbfile \ 22 libxkbfile \
23 curl \
23" 24"
24 25
25DEPENDS:append:libc-musl = " libexecinfo" 26DEPENDS:append:libc-musl = " libexecinfo"