X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmixer%2Fmixer_git.bb;h=9524bed66b269b634a703eba473b312b97e76c71;hb=d367bf23b04810d53351c63e6505376eaacc32ae;hp=638dae53ce489cedeca8a81e459f03b4f798b824;hpb=10c9f16b8853d0e4c2e75b4382122b6a6aa4a734;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 638dae53c..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" @@ -12,7 +12,18 @@ SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "qtquickcontrols2 pulseaudio" +DEPENDS += "qtquickcontrols2 \ + qtwebsockets \ + qtaglextras \ + libafb-helpers-qt \ +" + +RDEPENDS_${PN} += "agl-service-audiomixer" + +PROVIDES += "virtual/mixer" +RPROVIDES_${PN} += "virtual/mixer" + +inherit cmake_qt5 aglwgt + +OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}"