From: Marius Vlad Date: Fri, 14 Feb 2020 16:36:50 +0000 (+0200) Subject: agl-compositor: Install agl-shell protocol X-Git-Tag: 9.99.1~114 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dafb20687f840a37c16008c2560093eba69ae4f5;hp=580586f5ce8be779c1b9d14f70f156762984bd28;p=AGL%2Fmeta-agl.git agl-compositor: Install agl-shell protocol As with 357c5a034a89 we now install the agl-shell protocol, so make yocto aware of it. Change-Id: I6976d9ebb86287305f45580a65a2c36b31f99488 Signed-off-by: Marius Vlad --- 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 f42b2882b..aa4e83834 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 @@ -18,4 +18,4 @@ S = "${WORKDIR}/git" inherit meson pkgconfig python3native -FILES_${PN} = "${bindir}/agl-compositor" +FILES_${PN} = "${bindir}/agl-compositor ${datadir}/${PN}/protocols/agl-shell.xml"