From: Marius Vlad Date: Wed, 24 Jun 2020 15:51:19 +0000 (+0300) Subject: cluster-receiver_git: Add cluster-receiver wayland depends X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=bed79acdc27e2fdb25ae31cb21e1401a31ae92be;p=AGL%2Fmeta-agl-cluster-demo.git cluster-receiver_git: Add cluster-receiver wayland depends cluster-receiver application will be a Qt application so add Qt specific dependencies for it. Also it add base and bad plug-in asa well, as those are needed. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad Change-Id: Ie4c73bc0c9b8746f086a94785debf300f33fa824 --- diff --git a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb index 6420511..5d9fc9e 100644 --- a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb +++ b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb @@ -14,9 +14,11 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS = "wayland wayland-ivi-extension libwindowmanager gstreamer1.0" +DEPENDS += "wayland qtquickcontrols2 qtwebsockets libqtappfw gstreamer1.0\ + gstreamer1.0-plugins-base gstreamer1.0-plugins-bad wayland-native\ + wayland qtwayland qtwayland-native qtbase qtdeclarative qtquickcontrols2" -inherit cmake aglwgt +inherit cmake_qt5 pkgconfig aglwgt RDEPENDS_${PN} += " \ gstreamer1.0-plugins-base \