X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;fp=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=e6db70e118d27f8d782efd305027f4a97389c33e;hb=bdee02ee6f4b54ee42c23a4afbc903c1e4527f90;hp=984e515392e4df98842bcbd0da27463a65e7ccd8;hpb=a318e611b00739592f5cd3c92966e45dde36a7e5;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 984e51539..e6db70e11 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -15,7 +15,7 @@ DEPENDS = "\ libqtappfw \ qlibwindowmanager \ libhomescreen \ - libafb-helpers-qt \ + libafb-helpers-qt \ " inherit qmake5 systemd pkgconfig aglwgt @@ -29,3 +29,7 @@ S = "${WORKDIR}/git/" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" OE_QMAKE_CXXFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" + +RDEPENDS_${PN} += " \ + libqtappfw \ +"