systemd-qt5-image: Add qtwayland plugin to image
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user