diff options
Diffstat (limited to 'recipes-demo/homescreen/homescreen_git.bb')
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 7e49ad9f2..0347caf76 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -16,11 +16,9 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " -# FIXME: homescreen 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/homescreen;protocol=https;branch=${AGL_BRANCH}" |