diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-08-09 17:23:53 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-08-10 10:40:21 -0400 |
commit | f94200a7bff05126eb74df1fd2933d766dda7708 (patch) | |
tree | 741f1b3ce0195272b7f65d7a0a4d1a367569f833 /recipes-demo-hmi/navigation/tbtnavi_git.bb | |
parent | ef30c6cb8eaeee242800fb7b772de96569b2250f (diff) |
tbtnavi: update DEPENDS
Add wayland-native and qtwayland-native to DEPENDS in tbtnavi recipe
to fix building against the new compositor.
Bug-AGL: SPEC-3531
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I05101e3e6ea43537060417bc60d28450dec66b80
Diffstat (limited to 'recipes-demo-hmi/navigation/tbtnavi_git.bb')
-rw-r--r-- | recipes-demo-hmi/navigation/tbtnavi_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/tbtnavi_git.bb b/recipes-demo-hmi/navigation/tbtnavi_git.bb index e27fe7359..d2e8e633e 100644 --- a/recipes-demo-hmi/navigation/tbtnavi_git.bb +++ b/recipes-demo-hmi/navigation/tbtnavi_git.bb @@ -16,12 +16,13 @@ DEPENDS += "qtbase \ qlibhomescreen \ qtlocation \ libqtappfw \ + wayland-native \ + qtwayland-native \ " PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;branch=${AGL_BRANCH}" -#SRCREV = "4a8b7a6301e4b093c99329d0a16fbee6c535f312" SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" |