From a7526c82254be6708737e01ad27eaa06a65526cf Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 20 Jul 2018 09:56:22 +0000 Subject: Enable weston to use systemd notify Enable weston to use systemd notify to reduce causes of race condition between window manager and homescreen. Bug-AGL: SPEC-1471 Change-Id: I6431b5d52f38b982f6691b2961938664cc4f0544 Signed-off-by: Tadao Tanikawa --- meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend') diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend new file mode 100644 index 000000000..51e640e06 --- /dev/null +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend @@ -0,0 +1,2 @@ +PACKAGECONFIG[notify] = "--enable-systemd-notify,--disable-systemd-notify,systemd" +PACKAGECONFIG_append = " notify" -- cgit 1.2.3-korg