aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-06-24 18:50:43 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-07-04 20:56:23 +0300
commite942ab7c8b20494e7144658ea296faa922012e11 (patch)
treed847f11d74f5fa7e6c13ab82067b934dc4d3ffed
parentf1d74d15157352b0b026a8ac1f8bd52d381e7e0b (diff)
cluster-dashboard: Add wayland/scanner support
And remove the windowmanager dependencies. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic9c863a29551d9e7516eacdb7a7da5bf9293de38
-rw-r--r--recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb4
1 files changed, 2 insertions, 2 deletions
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 \