mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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] 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>
This commit is contained in:
@@ -20,6 +20,7 @@ DEPENDS = " \
|
|||||||
libvncserver \
|
libvncserver \
|
||||||
libsecret \
|
libsecret \
|
||||||
libxkbfile \
|
libxkbfile \
|
||||||
|
curl \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS:append:libc-musl = " libexecinfo"
|
DEPENDS:append:libc-musl = " libexecinfo"
|
||||||
|
|||||||
Reference in New Issue
Block a user