X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmixer%2Fmixer_git.bb;h=9524bed66b269b634a703eba473b312b97e76c71;hb=28ea9b9f75aa10624808bf376d77a992a48e7139;hp=130ee1df49c9027f36a6004d08a34e731eefe03e;hpb=cdee598291fddd2377ea0ea039e7b1101c2808ee;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index 130ee1df4..9524bed66 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -1,5 +1,5 @@ SUMMARY = "Mixer for CES2017 AGL Demonstration" -DESCRIPTION = "AGL HMI application for control of PulseAudio mixer elements" +DESCRIPTION = "AGL HMI application for control of PipeWire mixer elements" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/mixer" SECTION = "apps" @@ -7,21 +7,23 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" - -# 'legacy' version (eel_5.0.3 == master for CES'18) when 4A is not enabled -SRCREV = "d9bb450ee8898cb810027897a32afd3adcb05d9f" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2 \ - pulseaudio \ - virtual/libhomescreen \ - qlibwindowmanager \ + qtwebsockets \ + qtaglextras \ + libafb-helpers-qt \ " +RDEPENDS_${PN} += "agl-service-audiomixer" + PROVIDES += "virtual/mixer" RPROVIDES_${PN} += "virtual/mixer" -inherit qmake5 aglwgt +inherit cmake_qt5 aglwgt + +OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}"