Skip to content
Snippets Groups Projects
Commit 6f58d7d2 authored by David Schulz's avatar David Schulz
Browse files

Fix dependencies for the host part of the windows sdk.


Change-Id: I6f60a6e9a23e063c16052f2291cca90a0fc34084
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@theqtcompany.com>
parent fd3f65c9
No related branches found
No related tags found
No related merge requests found
...@@ -33,3 +33,16 @@ RDEPENDS_${PN} = "\ ...@@ -33,3 +33,16 @@ RDEPENDS_${PN} = "\
${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \ ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \
${MACHINE_EXTRA_INSTALL_SDK_HOST} \ ${MACHINE_EXTRA_INSTALL_SDK_HOST} \
" "
RDEPENDS_${PN}_append_mingw32 = "\
nativesdk-make \
nativesdk-libgcc \
nativesdk-libstdc++ \
"
RDEPENDS_${PN}_remove_mingw32 = "\
nativesdk-wayland \
nativesdk-ostree \
nativesdk-python-modules \
nativesdk-python-misc \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment