diff options
Diffstat (limited to 'recipes-demo/alexa-viewer')
-rw-r--r-- | recipes-demo/alexa-viewer/alexa-viewer_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-demo/alexa-viewer/alexa-viewer_git.bb b/recipes-demo/alexa-viewer/alexa-viewer_git.bb index 8b4e4fafa..70542ff4d 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -17,6 +17,9 @@ DEPENDS = " \ qtwayland-native \ " +# 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}" |