systemd-qt5-image: Add qtwayland plugin to image

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2015-08-14 11:39:00 -07:00
parent 1c8ebf887f
commit 7dcc75c2b3

View File

@@ -1,15 +1,21 @@
require systemd-image.bb
inherit distro_features_check
inherit populate_sdk_qt5
REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_IMAGE_FEATURES += "splash"
IMAGE_INSTALL += " \
packagegroup-qt5-qtcreator-debug \
packagegroup-qt5 \
packagegroup-qt5-apps \
xinput-calibrator \
${@base_contains('DISTRO_FEATURES', 'wayland', 'qtwayland-plugins', '', d)} \
systemd-analyze \
weston \
weston-init \
"
export IMAGE_BASENAME = "systemd-QT5-image"