summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb')
-rw-r--r--meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb
index 2efcc9bd..1e3162f5 100644
--- a/meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb
+++ b/meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb
@@ -11,11 +11,17 @@ 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 = "facb744f37ecb40dde776300ab9e99ef21fc7991"
+SRCREV = "0056122343c782902457802bb1ef6bde7c14d3c9"
PV = "0.0.10+git${SRCPV}"
S = "${WORKDIR}/git"
+PACKAGECONFIG[policy-deny-all] = "-Dpolicy-default=deny-all,,"
+
inherit meson pkgconfig python3native
-FILES_${PN} = "${bindir}/agl-compositor"
+FILES_${PN} = " \
+ ${bindir}/agl-compositor \
+ ${datadir}/${PN}/protocols/agl-shell.xml \
+ ${datadir}/${PN}/protocols/agl-shell-desktop.xml \
+ "