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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Anuj Mittal 2025-11-14 08:20:08 +05:30 committed by Khem Raj
parent 7fc0a7ac15
commit c1af157c78
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,6 +20,7 @@ DEPENDS = " \
libvncserver \
libsecret \
libxkbfile \
curl \
"
DEPENDS:append:libc-musl = " libexecinfo"