diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-02-18 11:12:43 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-02-18 11:12:43 -0500 |
commit | 4ce5ca332ac76a0b7940b0cecbfc5d5da516fd90 (patch) | |
tree | 33bf06551bbbe7b3539a65713a6b74af70d89d58 /meta-audio-4a-framework | |
parent | b8eb563087ff8d4dcb945f5c2b6c56e5c68abab8 (diff) |
4a-mixer: Fix build
Update DEPENDS for switch to using qtaglextras library.
Change-Id: Iefbde24c1d6c55a7cc541e2a810f19fe13049b3c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb | 3 |
1 files changed, 1 insertions, 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" |