diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-14 18:36:50 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-02-14 18:38:05 +0200 |
commit | dafb20687f840a37c16008c2560093eba69ae4f5 (patch) | |
tree | cd335aedc897dc79f66a13dea4146ae79355f63d /meta-agl-profile-graphical/recipes-graphics/wayland | |
parent | 580586f5ce8be779c1b9d14f70f156762984bd28 (diff) |
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 <marius.vlad@collabora.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
1 files changed, 1 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 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" |