diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-11-06 16:45:09 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-11-06 16:45:09 -0500 |
commit | 39837dc2e490c57ff71dc97449419329db0083d2 (patch) | |
tree | 584a49c16d5792f1809de324f8a287f19a0aae3f /templates/feature/agl-demo | |
parent | 9720369548deb31910c6addabad74886653444bc (diff) |
agl-demo: add agl-speech-framework as a dependency
Add agl-speech-framework as a dependency of agl-demo now that
agl-service-voice-high is not dependent on the Alexa voiceagent.
This will enable having the homescreen application dynamically
displaying a push to talk button when a voiceagent is available.
Bug-AGL: SPEC-2858
Change-Id: I6249b4538661bcc8f76a9472f563c03f047cefc1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'templates/feature/agl-demo')
-rw-r--r-- | templates/feature/agl-demo/included.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-demo/included.dep b/templates/feature/agl-demo/included.dep index 0babf8167..cbf86e8df 100644 --- a/templates/feature/agl-demo/included.dep +++ b/templates/feature/agl-demo/included.dep @@ -1 +1 @@ -agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 agl-pipewire +agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 agl-pipewire agl-speech-framework |