From: Marius Vlad Date: Wed, 24 Jun 2020 15:50:43 +0000 (+0300) Subject: cluster-dashboard: Add wayland/scanner support X-Git-Tag: 9.99.2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c0065f1323621982cac5a3f4c8096f73ce0aac04;p=AGL%2Fmeta-agl-cluster-demo.git cluster-dashboard: Add wayland/scanner support And remove the windowmanager dependencies. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad Change-Id: Ic9c863a29551d9e7516eacdb7a7da5bf9293de38 --- diff --git a/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb index 5420d34..da15ac8 100644 --- a/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb @@ -14,12 +14,12 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 qtwebsockets qlibwindowmanager libqtappfw glib-2.0" +DEPENDS += "qtquickcontrols2 qtwebsockets libqtappfw glib-2.0 \ + wayland-native wayland qtwayland qtwayland-native" inherit pkgconfig cmake_qt5 aglwgt RDEPENDS_${PN} += " \ - qlibwindowmanager \ qtquickcontrols \ qtquickcontrols-qmlplugins \ qtquickcontrols2 \