X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Falexa-viewer%2Falexa-viewer_git.bb;h=d8af6888c7886907a05f665bfa3308c6ad349626;hb=refs%2Fchanges%2F81%2F26781%2F2;hp=8b4e4fafafd076ef7cfb2a2a4db65fe89b07325c;hpb=198b0ba38aedddd7a1cca2eaf6dcd40414591076;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/alexa-viewer/alexa-viewer_git.bb b/recipes-demo/alexa-viewer/alexa-viewer_git.bb index 8b4e4fafa..d8af6888c 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -15,6 +15,7 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " PV = "1.0+git${SRCPV}" @@ -26,9 +27,9 @@ S = "${WORKDIR}/git" inherit cmake_qt5 aglwgt -OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" +OECMAKE_CXX_FLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" -RDEPENDS_${PN} = " \ +RDEPENDS:${PN} = " \ libqtappfw \ libafbwsc \ qlibhomescreen \