From c0cc220b139af711279d5842347aafcc8c88f78b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 6 Nov 2019 16:45:09 -0500 Subject: [PATCH] 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 --- templates/feature/agl-demo/included.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6