From: Marius Vlad Date: Wed, 13 May 2020 16:29:53 +0000 (+0300) Subject: weston-init: Use the same config file from weston X-Git-Tag: 9.99.1~46 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b8f1e9b5c34177ac35dd4b83f5e9d6229afe1fd3;p=AGL%2Fmeta-agl.git weston-init: Use the same config file from weston Bug-AGL: SPEC-3374 Signed-off-by: Marius Vlad Change-Id: I1f3f78c8b15b1c488b12bff4fcc79c0511a48955 --- diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend index c71402fed..ddabff5f5 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend @@ -4,6 +4,7 @@ inherit agl-graphical WESTONSTART ??= "${@bb.utils.contains("DISTRO_FEATURES", "agl-compositor", "/usr/bin/agl-compositor", "/usr/bin/weston",d)} ${WESTONARGS}" WESTONSTART_append = " ${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", " --log=${DISPLAY_XDG_RUNTIME_DIR}/weston.log", "",d)}" +WESTONSTART_append = " ${@bb.utils.contains("DISTRO_FEATURES", "agl-compositor", " --config ${sysconfdir}/xdg/weston/weston.ini", "",d)}" WIFILES = " \ file://weston.conf.in \