X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Falexa-viewer%2Falexa-viewer_git.bb;h=d8af6888c7886907a05f665bfa3308c6ad349626;hb=94a051785cdb588bc3a475a5490f1f286176d646;hp=70542ff4d08961ec855d87c3fa51e5d59c584b7b;hpb=95d382d4c18dd02f3047729f4312e5dc12e152ed;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 70542ff4d..d8af6888c 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -15,11 +15,9 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " -# FIXME: alexa-viewer needs agl-shell-desktop, part of agl-compositor(-protocols) package -DEPENDS_append = " agl-compositor" - PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/alexa-viewer;protocol=https;branch=${AGL_BRANCH}" @@ -29,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 \