From 4ce5ca332ac76a0b7940b0cecbfc5d5da516fd90 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 18 Feb 2019 11:12:43 -0500 Subject: 4a-mixer: Fix build Update DEPENDS for switch to using qtaglextras library. Change-Id: Iefbde24c1d6c55a7cc541e2a810f19fe13049b3c Signed-off-by: Scott Murray --- .../meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb index 403dd5cb..30538a81 100644 --- a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb +++ b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb @@ -15,8 +15,7 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2 \ qtwebsockets \ - libhomescreen \ - qlibwindowmanager \ + qtaglextras \ " PROVIDES += "virtual/mixer" -- cgit 1.2.3-korg