blob: f43bb07d7da6627dda39035117c5742ee029ea0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require recipes-platform/images/agl-image-minimal-crosssdk.inc
TOOLCHAIN_TARGET_TASK += "libafb-helpers-qt-staticdev"
# Add wayland-scanner to SDK (SPEC-945)
# Use TOOLCHAIN_HOST_TASK instead of adding to the packagegroup
# wayland-scanner is in nativesdk-wayland-dev !
# option: add also nativesdk-qtwayland-tools
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-tools "
|