diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-14 17:12:48 +0300 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-24 13:47:22 +0200 |
commit | 9934769b4bb8446bd87aff46cb86041f500ee888 (patch) | |
tree | f5138f57467d388ba7a97f8148d1a5a7b93f02ff /recipes-demo-hmi/alexa-viewer | |
parent | 3e09fd4fbea32961626e935a2470422917d9236d (diff) |
recipes-demo-hmi: Remove qtaglextras and *-windowmanager depends
Bug-AGL: SPEC-3342
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I3a5e73e30cae02c97d7d0ab6ca041b32a8862e73
Diffstat (limited to 'recipes-demo-hmi/alexa-viewer')
-rw-r--r-- | recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb b/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb index f98704eed..d406d8539 100644 --- a/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS = " \ qtquickcontrols2 \ - qlibwindowmanager \ qlibhomescreen \ af-binder \ libqtappfw \ @@ -27,7 +26,6 @@ OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel' RDEPENDS_${PN} = " \ libqtappfw \ libafbwsc \ - qlibwindowmanager \ qlibhomescreen \ agl-service-voice-high-capabilities \ " |