diff options
Diffstat (limited to 'meta-agl-profile-graphical')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb index 1e3162f5d..b7a672c39 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0" DEPENDS = "wayland wayland-protocols wayland-native weston" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "0056122343c782902457802bb1ef6bde7c14d3c9" +SRCREV = "9bb8ea6f6156502bf1639ce349907b391e9b124d" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" @@ -22,6 +22,7 @@ inherit meson pkgconfig python3native FILES_${PN} = " \ ${bindir}/agl-compositor \ + ${bindir}/agl-screenshooter \ ${datadir}/${PN}/protocols/agl-shell.xml \ ${datadir}/${PN}/protocols/agl-shell-desktop.xml \ " |