diff options
Diffstat (limited to 'recipes-demo/alexa-viewer/alexa-viewer_git.bb')
-rw-r--r-- | recipes-demo/alexa-viewer/alexa-viewer_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-demo/alexa-viewer/alexa-viewer_git.bb b/recipes-demo/alexa-viewer/alexa-viewer_git.bb index 70542ff4d..78ee2ea30 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -15,11 +15,9 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " -# FIXME: alexa-viewer needs agl-shell-desktop, part of agl-compositor(-protocols) package -DEPENDS_append = " agl-compositor" - PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/alexa-viewer;protocol=https;branch=${AGL_BRANCH}" |