summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-qt5
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-30 17:45:46 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-01 07:24:45 +0000
commit631ef512be059f1b2d534a4075786e7dd8d16869 (patch)
tree637649cecc7912f3d97dd93d6af2d8fe8d826d3a /meta-agl-profile-graphical-qt5
parent7a1e961b48866d3662fc06eb4bd848a34b48cd84 (diff)
Add qtwaylandscanner to the SDK
This is required by qt apps in recent master (e.g. launcher). Add it to the SDK. Bug-AGL: SPEC-3467 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I165428d25fd9b46d2d0425e0caf8b07752178c8f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24908 Reviewed-by: Scott Murray <scott.murray@konsulko.com> Reviewed-by: Marius Vlad <marius.vlad@collabora.com> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-profile-graphical-qt5')
-rw-r--r--meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc b/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
index 56fd4b154..cebc10617 100644
--- a/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
+++ b/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
@@ -9,3 +9,6 @@ TOOLCHAIN_TARGET_TASK += "libafb-helpers-qt-staticdev"
TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev"
TOOLCHAIN_HOST_TASK_append = " nativesdk-perl-modules "
+
+# Add qtwaylandscanner to the SDK
+TOOLCHAIN_HOST_TASK_append = " nativesdk-qtwayland "