diff options
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ +" |