X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=984e515392e4df98842bcbd0da27463a65e7ccd8;hb=51cb4a5712fd2d58007bd97b543f2add5725228c;hp=283a07dc0d72debeff4469710b954b6964819b99;hpb=4df027b6ed87180fa2c304002a7586b62d42d24d;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 283a07dc0..984e51539 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -15,6 +15,7 @@ DEPENDS = "\ libqtappfw \ qlibwindowmanager \ libhomescreen \ + libafb-helpers-qt \ " inherit qmake5 systemd pkgconfig aglwgt @@ -26,3 +27,5 @@ PV = "1.0+git${SRCPV}" 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)}"